Lines Matching refs:EhInputSection
172 const EhInputSection *es = cast<EhInputSection>(this); in getOffset()
198 else if (auto *eh = dyn_cast<EhInputSection>(this)) in getOutputSection()
1225 EhInputSection::EhInputSection(ObjFile<ELFT> &f, in EhInputSection() function in EhInputSection
1230 SyntheticSection *EhInputSection::getParent() const { in getParent()
1236 template <class ELFT> void EhInputSection::split() { in split()
1250 void EhInputSection::split(ArrayRef<RelTy> rels) { in split()
1290 uint64_t EhInputSection::getParentOffset(uint64_t offset) const { in getParentOffset()
1417 template EhInputSection::EhInputSection(ObjFile<ELF32LE> &,
1419 template EhInputSection::EhInputSection(ObjFile<ELF32BE> &,
1421 template EhInputSection::EhInputSection(ObjFile<ELF64LE> &,
1423 template EhInputSection::EhInputSection(ObjFile<ELF64BE> &,
1426 template void EhInputSection::split<ELF32LE>();
1427 template void EhInputSection::split<ELF32BE>();
1428 template void EhInputSection::split<ELF64LE>();
1429 template void EhInputSection::split<ELF64BE>();