Lines Matching refs:EhInputSection
198 else if (auto *EH = dyn_cast<EhInputSection>(this)) in getOutputSection()
1091 EhInputSection::EhInputSection(ObjFile<ELFT> &F, in EhInputSection() function in EhInputSection
1096 SyntheticSection *EhInputSection::getParent() const { in getParent()
1121 template <class ELFT> void EhInputSection::split() { in split()
1129 void EhInputSection::split(ArrayRef<RelTy> Rels) { in split()
1269 template EhInputSection::EhInputSection(ObjFile<ELF32LE> &,
1271 template EhInputSection::EhInputSection(ObjFile<ELF32BE> &,
1273 template EhInputSection::EhInputSection(ObjFile<ELF64LE> &,
1275 template EhInputSection::EhInputSection(ObjFile<ELF64BE> &,
1278 template void EhInputSection::split<ELF32LE>();
1279 template void EhInputSection::split<ELF32BE>();
1280 template void EhInputSection::split<ELF64LE>();
1281 template void EhInputSection::split<ELF64BE>();