Lines Matching refs:LinkContext
30 DWARFLinkerImpl::LinkContext::LinkContext(LinkingGlobalData &GlobalData, in LinkContext() function in DWARFLinkerImpl::LinkContext
49 DWARFLinkerImpl::LinkContext::RefModuleUnit::RefModuleUnit( in RefModuleUnit()
53 DWARFLinkerImpl::LinkContext::RefModuleUnit::RefModuleUnit( in RefModuleUnit()
54 LinkContext::RefModuleUnit &&Other) in RefModuleUnit()
57 void DWARFLinkerImpl::LinkContext::addModulesCompileUnit( in addModulesCompileUnit()
58 LinkContext::RefModuleUnit &&Unit) { in addModulesCompileUnit()
64 ObjectContexts.emplace_back(std::make_unique<LinkContext>( in addObjectFile()
109 for (std::unique_ptr<LinkContext> &Context : ObjectContexts) { in link()
185 for (std::unique_ptr<LinkContext> &Context : ObjectContexts) { in link()
194 for (std::unique_ptr<LinkContext> &Context : ObjectContexts) in link()
297 std::pair<bool, bool> DWARFLinkerImpl::LinkContext::isClangModuleRef( in isClangModuleRef()
343 bool DWARFLinkerImpl::LinkContext::registerModuleReference( in registerModuleReference()
372 Error DWARFLinkerImpl::LinkContext::loadClangModule( in loadClangModule()
447 Error DWARFLinkerImpl::LinkContext::link(TypeUnit *ArtificialTypeUnit) { in link()
591 void DWARFLinkerImpl::LinkContext::linkSingleCompileUnit( in linkSingleCompileUnit()
709 Error DWARFLinkerImpl::LinkContext::emitInvariantSections() { in emitInvariantSections()
731 Error DWARFLinkerImpl::LinkContext::cloneAndEmitDebugFrame() { in cloneAndEmitDebugFrame()
842 void DWARFLinkerImpl::LinkContext::emitFDE(uint32_t CIEOffset, in emitFDE()
886 for (const std::unique_ptr<LinkContext> &Context : ObjectContexts) { in printStatistic()
1056 for (const std::unique_ptr<LinkContext> &Context : ObjectContexts) in forEachObjectSectionsSet()
1057 for (LinkContext::RefModuleUnit &ModuleUnit : Context->ModulesCompileUnits) in forEachObjectSectionsSet()
1062 for (const std::unique_ptr<LinkContext> &Context : ObjectContexts) { in forEachObjectSectionsSet()
1079 for (const std::unique_ptr<LinkContext> &Context : ObjectContexts) in forEachCompileAndTypeUnit()
1080 for (LinkContext::RefModuleUnit &ModuleUnit : Context->ModulesCompileUnits) in forEachCompileAndTypeUnit()
1085 for (const std::unique_ptr<LinkContext> &Context : ObjectContexts) in forEachCompileAndTypeUnit()
1094 for (const std::unique_ptr<LinkContext> &Context : ObjectContexts) in forEachCompileUnit()
1095 for (LinkContext::RefModuleUnit &ModuleUnit : Context->ModulesCompileUnits) in forEachCompileUnit()
1100 for (const std::unique_ptr<LinkContext> &Context : ObjectContexts) in forEachCompileUnit()