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