Lines Matching defs:EhInputSection
208 const EhInputSection *es = cast<EhInputSection>(this);
234 else if (auto *eh = dyn_cast<EhInputSection>(this))
1274 EhInputSection::EhInputSection(ObjFile<ELFT> &f,
1279 SyntheticSection *EhInputSection::getParent() const {
1285 template <class ELFT> void EhInputSection::split() {
1299 void EhInputSection::split(ArrayRef<RelTy> rels) {
1339 uint64_t EhInputSection::getParentOffset(uint64_t offset) const {
1470 template EhInputSection::EhInputSection(ObjFile<ELF32LE> &,
1472 template EhInputSection::EhInputSection(ObjFile<ELF32BE> &,
1474 template EhInputSection::EhInputSection(ObjFile<ELF64LE> &,
1476 template EhInputSection::EhInputSection(ObjFile<ELF64BE> &,
1479 template void EhInputSection::split<ELF32LE>();
1480 template void EhInputSection::split<ELF32BE>();
1481 template void EhInputSection::split<ELF64LE>();
1482 template void EhInputSection::split<ELF64BE>();