Lines Matching defs:EhInputSection
217 const EhInputSection *es = cast<EhInputSection>(this);
243 else if (auto *eh = dyn_cast<EhInputSection>(this))
1343 EhInputSection::EhInputSection(ObjFile<ELFT> &f,
1348 SyntheticSection *EhInputSection::getParent() const {
1354 template <class ELFT> void EhInputSection::split() {
1368 void EhInputSection::split(ArrayRef<RelTy> rels) {
1408 uint64_t EhInputSection::getParentOffset(uint64_t offset) const {
1546 template EhInputSection::EhInputSection(ObjFile<ELF32LE> &,
1548 template EhInputSection::EhInputSection(ObjFile<ELF32BE> &,
1550 template EhInputSection::EhInputSection(ObjFile<ELF64LE> &,
1552 template EhInputSection::EhInputSection(ObjFile<ELF64BE> &,
1555 template void EhInputSection::split<ELF32LE>();
1556 template void EhInputSection::split<ELF32BE>();
1557 template void EhInputSection::split<ELF64LE>();
1558 template void EhInputSection::split<ELF64BE>();