Searched refs:objFileInstances (Results 1 – 8 of 8) sorted by relevance
35 std::vector<ObjFile *> objFileInstances; variable
51 for (ObjFile *file : ctx.objFileInstances) in getSymbols()
62 ctx.objFileInstances.push_back(f); in addFile()442 for (ObjFile *file : ctx.objFileInstances) in reportProblemSymbols()803 for (ObjFile *file : ctx.objFileInstances) { in getChunks()897 ctx.objFileInstances.push_back(obj); in compileBitcodeFiles()
273 parallelForEach(ctx.objFileInstances, [&](ObjFile *file) { in wrapSymbols()
1130 for (ObjFile *file : ctx.objFileInstances) in parseCallGraphFile()1168 for (ObjFile *obj : ctx.objFileInstances) { in readCallGraphsFromObjectFiles()1212 for (ObjFile *obj : ctx.objFileInstances) { in findKeepUniqueSections()1300 for (ObjFile *f : ctx.objFileInstances) { in convertResources()2537 for (auto i = ctx.objFileInstances.begin(), e = ctx.objFileInstances.end(); in linkerMain()2541 ctx.objFileInstances.erase(i); in linkerMain()2542 ctx.objFileInstances.push_back(file); in linkerMain()
103 for (ObjFile *file : ctx.objFileInstances) in getSymbols()
1383 for (ObjFile *file : ctx.objFileInstances) { in createSymbolAndStringTable()1785 for (ObjFile *file : ctx.objFileInstances) { in createSEHTable()1897 for (ObjFile *file : ctx.objFileInstances) { in createGuardCFTables()
1157 for (ObjFile *obj : ctx.objFileInstances) in addObjectsToPDB()1255 print(ctx.objFileInstances.size(), in printStats()