Lines Matching refs:MergeInputSection
222 const MergeInputSection *ms = cast<MergeInputSection>(this); in getOffset()
239 else if (auto *ms = dyn_cast<MergeInputSection>(this)) in getOutputSection()
1433 void MergeInputSection::splitStrings(StringRef s, size_t entSize) { in splitStrings()
1459 void MergeInputSection::splitNonStrings(ArrayRef<uint8_t> data, in splitNonStrings()
1471 MergeInputSection::MergeInputSection(ObjFile<ELFT> &f, in MergeInputSection() function in MergeInputSection
1476 MergeInputSection::MergeInputSection(Ctx &ctx, StringRef name, uint32_t type, in MergeInputSection() function in MergeInputSection
1490 void MergeInputSection::splitIntoPieces() { in splitIntoPieces()
1499 SectionPiece &MergeInputSection::getSectionPiece(uint64_t offset) { in getSectionPiece()
1509 uint64_t MergeInputSection::getParentOffset(uint64_t offset) const { in getParentOffset()
1537 template MergeInputSection::MergeInputSection(ObjFile<ELF32LE> &,
1539 template MergeInputSection::MergeInputSection(ObjFile<ELF32BE> &,
1541 template MergeInputSection::MergeInputSection(ObjFile<ELF64LE> &,
1543 template MergeInputSection::MergeInputSection(ObjFile<ELF64BE> &,