Searched defs:getChunks (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/lld/COFF/ | ||
| H A D | InputFiles.h | 137 ArrayRef<Chunk *> getChunks() { return chunks; } in getChunks() function |
| H A D | SymbolTable.cpp | 823 std::vector<Chunk *> SymbolTable::getChunks() const { in getChunks() function in lld::coff::SymbolTable |
| H A D | DLL.cpp | 715 std::vector<Chunk *> DelayLoadContents::getChunks() { in getChunks() function in lld::coff::DelayLoadContents |
| /freebsd/contrib/llvm-project/lld/ELF/ | ||
| H A D | SyntheticSections.h | 899 ArrayRef<OutputChunk> getChunks() const { in getChunks() function |