Searched defs:getSectionPiece (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lld/wasm/ | ||
H A D | InputChunks.cpp | 474 SectionPiece *MergeInputChunk::getSectionPiece(uint64_t offset) { getSectionPiece() function in lld::wasm::MergeInputChunk |
H A D | InputChunks.h | 210 SectionPiece *getSectionPiece(uint64_t offset); in getSectionPiece() function |
/llvm-project/lld/ELF/ | ||
H A D | InputSection.h | 328 const SectionPiece &getSectionPiece(uint64_t offset) const { getSectionPiece() function |
H A D | InputSection.cpp | 1389 SectionPiece &MergeInputSection::getSectionPiece(uint64_t offset) { getSectionPiece() function in MergeInputSection |