Lines Matching defs:MergeInputSection
215 const MergeInputSection *ms = cast<MergeInputSection>(this);
232 else if (auto *ms = dyn_cast<MergeInputSection>(this))
1364 void MergeInputSection::splitStrings(StringRef s, size_t entSize) {
1387 void MergeInputSection::splitNonStrings(ArrayRef<uint8_t> data,
1399 MergeInputSection::MergeInputSection(ObjFile<ELFT> &f,
1404 MergeInputSection::MergeInputSection(uint64_t flags, uint32_t type,
1416 void MergeInputSection::splitIntoPieces() {
1425 SectionPiece &MergeInputSection::getSectionPiece(uint64_t offset) {
1433 uint64_t MergeInputSection::getParentOffset(uint64_t offset) const {
1461 template MergeInputSection::MergeInputSection(ObjFile<ELF32LE> &,
1463 template MergeInputSection::MergeInputSection(ObjFile<ELF32BE> &,
1465 template MergeInputSection::MergeInputSection(ObjFile<ELF64LE> &,
1467 template MergeInputSection::MergeInputSection(ObjFile<ELF64BE> &,