Searched defs:getChunk (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lld/COFF/ | ||
H A D | Symbols.h | 215 SectionChunk *getChunk() const { return *data; } getChunk() function |
/llvm-project/lld/wasm/ | ||
H A D | Symbols.cpp | 129 InputChunk *Symbol::getChunk() const { getChunk() function in lld::wasm::Symbol |
/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64ExpandImm.cpp | 22 static uint64_t getChunk(uint64_t Imm, unsigned ChunkIdx) { in getChunk() function |