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