Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.h345 SectionPiece &getSectionPiece(uint64_t offset);
346 const SectionPiece &getSectionPiece(uint64_t offset) const { in getSectionPiece() function
347 return const_cast<MergeInputSection *>(this)->getSectionPiece(offset); in getSectionPiece()
H A DMarkLive.cpp194 ms->getSectionPiece(offset).live = true; in enqueue()
H A DInputSection.cpp1425 SectionPiece &MergeInputSection::getSectionPiece(uint64_t offset) { in getSectionPiece() function in MergeInputSection
1434 const SectionPiece &piece = getSectionPiece(offset); in getParentOffset()
H A DWriter.cpp465 return s->getSectionPiece(d->value).live; in includeInSymtab()