reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
263 SectionPiece *getSectionPiece(uint64_t offset);
1301 *(const_cast<MergeInputSection *>(this)->getSectionPiece (offset));
tools/lld/ELF/InputSection.h 265 return const_cast<MergeInputSection *>(this)->getSectionPiece(offset);
tools/lld/ELF/MarkLive.cpp 192 ms->getSectionPiece(offset)->live = true;
tools/lld/ELF/Writer.cpp 668 if (!s->getSectionPiece(d->value)->live)