Searched refs:getSectionPiece (Results 1 – 4 of 4) sorted by relevance
363 SectionPiece &getSectionPiece(uint64_t offset);364 const SectionPiece &getSectionPiece(uint64_t offset) const { in getSectionPiece() function365 return const_cast<MergeInputSection *>(this)->getSectionPiece(offset); in getSectionPiece()
236 ms->getSectionPiece(offset).live = true; in enqueue()
1499 SectionPiece &MergeInputSection::getSectionPiece(uint64_t offset) { in getSectionPiece() function in MergeInputSection1510 const SectionPiece &piece = getSectionPiece(offset); in getParentOffset()
482 return s->getSectionPiece(d->value).live; in includeInSymtab()