Searched defs:getChunks (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ | ||
| H A D | InputFiles.h | 113 ArrayRef<Chunk *> getChunks() { return Chunks; } in getChunks() function |
| H A D | SymbolTable.cpp | 461 std::vector<Chunk *> SymbolTable::getChunks() { in getChunks() function in lld::coff::SymbolTable |
| H A D | DLL.cpp | 531 std::vector<Chunk *> DelayLoadContents::getChunks() { in getChunks() function in lld::coff::DelayLoadContents |