Home
last modified time | relevance | path

Searched refs:localImportChunks (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DMinGW.cpp274 symtab.localImportChunks.push_back(wrapimp->getChunk()); in wrapSymbols()
H A DSymbolTable.h157 std::vector<Chunk *> localImportChunks; variable
H A DWriter.cpp1210 if (!symtab.localImportChunks.empty()) { in createMiscChunks()
1211 for (Chunk *c : symtab.localImportChunks) in createMiscChunks()
H A DSymbolTable.cpp506 localImportChunks.push_back(cast<DefinedLocalImport>(sym)->getChunk()); in resolveRemainingUndefines()