Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DInputSection.h300 SectionPiece *getSectionPiece(uint64_t offset);
301 const SectionPiece *getSectionPiece(uint64_t offset) const { in getSectionPiece() function
302 return const_cast<MergeInputSection *>(this)->getSectionPiece(offset); in getSectionPiece()
DMarkLive.cpp200 ms->getSectionPiece(offset)->live = true; in enqueue()
DInputSection.cpp1410 SectionPiece *MergeInputSection::getSectionPiece(uint64_t offset) { in getSectionPiece() function in MergeInputSection
1428 *(const_cast<MergeInputSection *>(this)->getSectionPiece (offset)); in getParentOffset()
DWriter.cpp758 if (!s->getSectionPiece(d->value)->live) in includeInSymtab()