Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lld/COFF/
HDInputFiles.h137 ArrayRef<Chunk *> getChunks() { return chunks; } in getChunks() function
HDSymbolTable.cpp823 std::vector<Chunk *> SymbolTable::getChunks() const { in getChunks() function in lld::coff::SymbolTable
HDDLL.cpp715 std::vector<Chunk *> DelayLoadContents::getChunks() { in getChunks() function in lld::coff::DelayLoadContents
/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDSyntheticSections.h899 ArrayRef<OutputChunk> getChunks() const { in getChunks() function