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()
48 ctx.objFileInstances.push_back(f); in addFile()424 for (ObjFile *file : ctx.objFileInstances) in reportProblemSymbols()806 for (ObjFile *file : ctx.objFileInstances) { in getChunks()890 ctx.objFileInstances.push_back(obj); in compileBitcodeFiles()
265 parallelForEach(ctx.objFileInstances, [&](ObjFile *file) { in wrapSymbols()
1108 for (ObjFile *file : ctx.objFileInstances) in parseCallGraphFile()1146 for (ObjFile *obj : ctx.objFileInstances) { in readCallGraphsFromObjectFiles()1188 for (ObjFile *obj : ctx.objFileInstances) { in findKeepUniqueSections()1272 for (ObjFile *f : ctx.objFileInstances) { in convertResources()2318 for (auto i = ctx.objFileInstances.begin(), e = ctx.objFileInstances.end(); in linkerMain()2322 ctx.objFileInstances.erase(i); in linkerMain()2323 ctx.objFileInstances.push_back(file); in linkerMain()
101 for (ObjFile *file : ctx.objFileInstances) in getSymbols()
1214 for (ObjFile *file : ctx.objFileInstances) { in createSymbolAndStringTable()1541 for (ObjFile *file : ctx.objFileInstances) { in createSEHTable()1648 for (ObjFile *file : ctx.objFileInstances) { in createGuardCFTables()
1141 for (ObjFile *obj : ctx.objFileInstances) in addObjectsToPDB()1229 print(ctx.objFileInstances.size(), in printStats()