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