Home
last modified time | relevance | path

Searched defs:getChunks (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.h137 ArrayRef<Chunk *> getChunks() { return chunks; } in getChunks() function
H A DSymbolTable.cpp823 std::vector<Chunk *> SymbolTable::getChunks() const { in getChunks() function in lld::coff::SymbolTable
H A DDLL.cpp715 std::vector<Chunk *> DelayLoadContents::getChunks() { in getChunks() function in lld::coff::DelayLoadContents
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h899 ArrayRef<OutputChunk> getChunks() const { in getChunks() function