Lines Matching refs:MergeInputSection
179 const MergeInputSection *MS = cast<MergeInputSection>(this); in getOffset()
196 else if (auto *MS = dyn_cast<MergeInputSection>(this)) in getOutputSection()
1154 SyntheticSection *MergeInputSection::getParent() const { in getParent()
1160 void MergeInputSection::splitStrings(ArrayRef<uint8_t> Data, size_t EntSize) { in splitStrings()
1179 void MergeInputSection::splitNonStrings(ArrayRef<uint8_t> Data, in splitNonStrings()
1190 MergeInputSection::MergeInputSection(ObjFile<ELFT> &F, in MergeInputSection() function in MergeInputSection
1195 MergeInputSection::MergeInputSection(uint64_t Flags, uint32_t Type, in MergeInputSection() function in MergeInputSection
1207 void MergeInputSection::splitIntoPieces() { in splitIntoPieces()
1216 SectionPiece *MergeInputSection::getSectionPiece(uint64_t Offset) { in getSectionPiece()
1232 uint64_t MergeInputSection::getParentOffset(uint64_t Offset) const { in getParentOffset()
1236 *(const_cast<MergeInputSection *>(this)->getSectionPiece (Offset)); in getParentOffset()
1260 template MergeInputSection::MergeInputSection(ObjFile<ELF32LE> &,
1262 template MergeInputSection::MergeInputSection(ObjFile<ELF32BE> &,
1264 template MergeInputSection::MergeInputSection(ObjFile<ELF64LE> &,
1266 template MergeInputSection::MergeInputSection(ObjFile<ELF64BE> &,