Lines Matching refs:ObjectContexts
64 ObjectContexts.emplace_back(std::make_unique<LinkContext>( in addObjectFile()
67 if (ObjectContexts.back()->InputDWARFFile.Dwarf) { in addObjectFile()
69 ObjectContexts.back()->InputDWARFFile.Dwarf->compile_units()) { in addObjectFile()
80 ObjectContexts.back()->registerModuleReference(CUDie, Loader, in addObjectFile()
87 ObjectContexts.reserve(ObjFilesNum); in setEstimatedObjfilesAmount()
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()
886 for (const std::unique_ptr<LinkContext> &Context : ObjectContexts) { in printStatistic()
1056 for (const std::unique_ptr<LinkContext> &Context : ObjectContexts) in forEachObjectSectionsSet()
1062 for (const std::unique_ptr<LinkContext> &Context : ObjectContexts) { in forEachObjectSectionsSet()
1079 for (const std::unique_ptr<LinkContext> &Context : ObjectContexts) in forEachCompileAndTypeUnit()
1085 for (const std::unique_ptr<LinkContext> &Context : ObjectContexts) in forEachCompileAndTypeUnit()
1094 for (const std::unique_ptr<LinkContext> &Context : ObjectContexts) in forEachCompileUnit()
1100 for (const std::unique_ptr<LinkContext> &Context : ObjectContexts) in forEachCompileUnit()