Searched refs:objFileInstances (Results 1 – 8 of 8) sorted by relevance
35 std::vector<ObjFile *> objFileInstances; variable
50 for (ObjFile *file : ctx.objFileInstances) in getSymbols()
47 ctx.objFileInstances.push_back(f); in addFile()423 for (ObjFile *file : ctx.objFileInstances) in reportProblemSymbols()781 for (ObjFile *file : ctx.objFileInstances) { in getChunks()873 ctx.objFileInstances.push_back(obj); in compileBitcodeFiles()
271 parallelForEach(ctx.objFileInstances, [&](ObjFile *file) { in wrapSymbols()
1114 for (ObjFile *file : ctx.objFileInstances) in parseCallGraphFile()1152 for (ObjFile *obj : ctx.objFileInstances) { in readCallGraphsFromObjectFiles()1194 for (ObjFile *obj : ctx.objFileInstances) { in findKeepUniqueSections()1281 for (ObjFile *f : ctx.objFileInstances) { in convertResources()2351 for (auto i = ctx.objFileInstances.begin(), e = ctx.objFileInstances.end(); in linkerMain()2355 ctx.objFileInstances.erase(i); in linkerMain()2356 ctx.objFileInstances.push_back(file); in linkerMain()
102 for (ObjFile *file : ctx.objFileInstances) in getSymbols()
1284 for (ObjFile *file : ctx.objFileInstances) { in createSymbolAndStringTable()1623 for (ObjFile *file : ctx.objFileInstances) { in createSEHTable()1733 for (ObjFile *file : ctx.objFileInstances) { in createGuardCFTables()
1154 for (ObjFile *obj : ctx.objFileInstances) in addObjectsToPDB()1243 print(ctx.objFileInstances.size(), in printStats()