Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DSymbolTable.h110 std::vector<Chunk *> localImportChunks; variable
DMinGW.cpp250 symtab->localImportChunks.push_back(wrapimp->getChunk()); in wrapSymbols()
DSymbolTable.cpp452 localImportChunks.push_back(cast<DefinedLocalImport>(sym)->getChunk()); in resolveRemainingUndefines()
DWriter.cpp958 if (!symtab->localImportChunks.empty()) { in createMiscChunks()
959 for (Chunk *c : symtab->localImportChunks) in createMiscChunks()