Lines Matching refs:MergeInputSection
199 const MergeInputSection *ms = cast<MergeInputSection>(this); in getOffset()
216 else if (auto *ms = dyn_cast<MergeInputSection>(this)) in getOutputSection()
1368 SyntheticSection *MergeInputSection::getParent() const { in getParent()
1374 void MergeInputSection::splitStrings(ArrayRef<uint8_t> data, size_t entSize) { in splitStrings()
1393 void MergeInputSection::splitNonStrings(ArrayRef<uint8_t> data, in splitNonStrings()
1404 MergeInputSection::MergeInputSection(ObjFile<ELFT> &f, in MergeInputSection() function in MergeInputSection
1409 MergeInputSection::MergeInputSection(uint64_t flags, uint32_t type, in MergeInputSection() function in MergeInputSection
1421 void MergeInputSection::splitIntoPieces() { in splitIntoPieces()
1430 SectionPiece *MergeInputSection::getSectionPiece(uint64_t offset) { in getSectionPiece()
1444 uint64_t MergeInputSection::getParentOffset(uint64_t offset) const { in getParentOffset()
1471 template MergeInputSection::MergeInputSection(ObjFile<ELF32LE> &,
1473 template MergeInputSection::MergeInputSection(ObjFile<ELF32BE> &,
1475 template MergeInputSection::MergeInputSection(ObjFile<ELF64LE> &,
1477 template MergeInputSection::MergeInputSection(ObjFile<ELF64BE> &,