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.h35 std::vector<ObjFile *> objFileInstances; variable
H A DLLDMapFile.cpp51 for (ObjFile *file : ctx.objFileInstances) in getSymbols()
H A DSymbolTable.cpp62 ctx.objFileInstances.push_back(f); in addFile()
442 for (ObjFile *file : ctx.objFileInstances) in reportProblemSymbols()
825 for (ObjFile *file : ctx.objFileInstances) { in getChunks()
919 ctx.objFileInstances.push_back(obj); in compileBitcodeFiles()
H A DMinGW.cpp272 parallelForEach(ctx.objFileInstances, [&](ObjFile *file) { in wrapSymbols()
H A DDriver.cpp1122 for (ObjFile *file : ctx.objFileInstances) in parseCallGraphFile()
1160 for (ObjFile *obj : ctx.objFileInstances) { in readCallGraphsFromObjectFiles()
1204 for (ObjFile *obj : ctx.objFileInstances) { in findKeepUniqueSections()
1292 for (ObjFile *f : ctx.objFileInstances) { in convertResources()
2535 for (auto i = ctx.objFileInstances.begin(), e = ctx.objFileInstances.end(); in linkerMain()
2539 ctx.objFileInstances.erase(i); in linkerMain()
2540 ctx.objFileInstances.push_back(file); in linkerMain()
H A DMapFile.cpp103 for (ObjFile *file : ctx.objFileInstances) in getSymbols()
H A DWriter.cpp1383 for (ObjFile *file : ctx.objFileInstances) { in createSymbolAndStringTable()
1789 for (ObjFile *file : ctx.objFileInstances) { in createSEHTable()
1901 for (ObjFile *file : ctx.objFileInstances) { in createGuardCFTables()
H A DPDB.cpp1157 for (ObjFile *obj : ctx.objFileInstances) in addObjectsToPDB()
1255 print(ctx.objFileInstances.size(), in printStats()