Home
last modified time | relevance | path

Searched refs:objFileInstances (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DCOFFLinkerContext.h61 std::vector<ObjFile *> objFileInstances; variable
H A DLLDMapFile.cpp51 for (ObjFile *file : ctx.objFileInstances) in getSymbols()
H A DDriver.cpp177 for (ObjFile *file : ctx.objFileInstances) { in getChunks()
210 ctx.objFileInstances.push_back(f); in addFile()
1117 for (ObjFile *file : ctx.objFileInstances) in parseCallGraphFile()
1155 for (ObjFile *obj : ctx.objFileInstances) { in readCallGraphsFromObjectFiles()
1201 for (ObjFile *obj : ctx.objFileInstances) { in findKeepUniqueSections()
1291 for (ObjFile *f : ctx.objFileInstances) { in convertResources()
2692 for (auto i = ctx.objFileInstances.begin(), e = ctx.objFileInstances.end(); in linkerMain()
2696 ctx.objFileInstances.erase(i); in linkerMain()
2697 ctx.objFileInstances.push_back(file); in linkerMain()
H A DMinGW.cpp281 parallelForEach(symtab.ctx.objFileInstances, [&](ObjFile *file) { in wrapSymbols()
H A DMapFile.cpp101 for (ObjFile *file : ctx.objFileInstances) in getSymbols()
H A DSymbolTable.cpp417 for (ObjFile *file : ctx.objFileInstances) in reportProblemSymbols()
651 parallelForEach(ctx.objFileInstances, [&](ObjFile *file) { in initializeECThunks()
1423 ctx.objFileInstances.push_back(obj); in compileBitcodeFiles()
H A DWriter.cpp1532 for (ObjFile *file : ctx.objFileInstances) { in createSymbolAndStringTable()
1974 for (ObjFile *file : ctx.objFileInstances) { in createSEHTable()
2092 for (ObjFile *file : ctx.objFileInstances) { in createGuardCFTables()
2110 for (ObjFile *file : ctx.objFileInstances) { in createGuardCFTables()
H A DPDB.cpp1155 for (ObjFile *obj : ctx.objFileInstances) in addObjectsToPDB()
1253 print(ctx.objFileInstances.size(), in printStats()