Home
last modified time | relevance | path

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

/llvm-project/lld/wasm/
H A DInputChunks.cpp474 SectionPiece *MergeInputChunk::getSectionPiece(uint64_t offset) { getSectionPiece() function in lld::wasm::MergeInputChunk
H A DInputChunks.h210 SectionPiece *getSectionPiece(uint64_t offset); in getSectionPiece() function
/llvm-project/lld/ELF/
H A DInputSection.h328 const SectionPiece &getSectionPiece(uint64_t offset) const { getSectionPiece() function
H A DInputSection.cpp1389 SectionPiece &MergeInputSection::getSectionPiece(uint64_t offset) { getSectionPiece() function in MergeInputSection