Lines Matching refs:EhInputSection
218 else if (auto *eh = dyn_cast<EhInputSection>(this)) in getOutputSection()
1300 EhInputSection::EhInputSection(ObjFile<ELFT> &f, in EhInputSection() function in EhInputSection
1305 SyntheticSection *EhInputSection::getParent() const { in getParent()
1330 template <class ELFT> void EhInputSection::split() { in split()
1338 void EhInputSection::split(ArrayRef<RelTy> rels) { in split()
1480 template EhInputSection::EhInputSection(ObjFile<ELF32LE> &,
1482 template EhInputSection::EhInputSection(ObjFile<ELF32BE> &,
1484 template EhInputSection::EhInputSection(ObjFile<ELF64LE> &,
1486 template EhInputSection::EhInputSection(ObjFile<ELF64BE> &,
1489 template void EhInputSection::split<ELF32LE>();
1490 template void EhInputSection::split<ELF32BE>();
1491 template void EhInputSection::split<ELF64LE>();
1492 template void EhInputSection::split<ELF64BE>();