Lines Matching refs:ObjectContexts
66 ObjectContexts.emplace_back(std::make_unique<LinkContext>( in addObjectFile()
69 if (ObjectContexts.back()->InputDWARFFile.Dwarf) { in addObjectFile()
71 ObjectContexts.back()->InputDWARFFile.Dwarf->compile_units()) { in addObjectFile()
82 ObjectContexts.back()->registerModuleReference(CUDie, Loader, in addObjectFile()
89 ObjectContexts.reserve(ObjFilesNum); in setEstimatedObjfilesAmount()
111 for (std::unique_ptr<LinkContext> &Context : ObjectContexts) { in link()
187 for (std::unique_ptr<LinkContext> &Context : ObjectContexts) { in link()
196 for (std::unique_ptr<LinkContext> &Context : ObjectContexts) in link()
888 for (const std::unique_ptr<LinkContext> &Context : ObjectContexts) { in printStatistic()
1058 for (const std::unique_ptr<LinkContext> &Context : ObjectContexts) in forEachObjectSectionsSet()
1064 for (const std::unique_ptr<LinkContext> &Context : ObjectContexts) { in forEachObjectSectionsSet()
1081 for (const std::unique_ptr<LinkContext> &Context : ObjectContexts) in forEachCompileAndTypeUnit()
1087 for (const std::unique_ptr<LinkContext> &Context : ObjectContexts) in forEachCompileAndTypeUnit()
1096 for (const std::unique_ptr<LinkContext> &Context : ObjectContexts) in forEachCompileUnit()
1102 for (const std::unique_ptr<LinkContext> &Context : ObjectContexts) in forEachCompileUnit()