Home
last modified time | relevance | path

Searched refs:LocalImportChunks (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DSymbolTable.h105 std::vector<Chunk *> LocalImportChunks; variable
H A DSymbolTable.cpp238 LocalImportChunks.push_back(cast<DefinedLocalImport>(Sym)->getChunk()); in reportRemainingUndefines()
H A DWriter.cpp807 if (!Symtab->LocalImportChunks.empty()) { in createMiscChunks()
808 for (Chunk *C : Symtab->LocalImportChunks) in createMiscChunks()