Lines Matching refs:EhInputSection
203 else if (auto *eh = dyn_cast<EhInputSection>(this)) in getOutputSection()
1285 EhInputSection::EhInputSection(ObjFile<ELFT> &f, in EhInputSection() function in EhInputSection
1290 SyntheticSection *EhInputSection::getParent() const { in getParent()
1315 template <class ELFT> void EhInputSection::split() { in split()
1323 void EhInputSection::split(ArrayRef<RelTy> rels) { in split()
1461 template EhInputSection::EhInputSection(ObjFile<ELF32LE> &,
1463 template EhInputSection::EhInputSection(ObjFile<ELF32BE> &,
1465 template EhInputSection::EhInputSection(ObjFile<ELF64LE> &,
1467 template EhInputSection::EhInputSection(ObjFile<ELF64BE> &,
1470 template void EhInputSection::split<ELF32LE>();
1471 template void EhInputSection::split<ELF32BE>();
1472 template void EhInputSection::split<ELF64LE>();
1473 template void EhInputSection::split<ELF64BE>();