Lines Matching refs:EhInputSection
164 const EhInputSection *es = cast<EhInputSection>(this); in getOffset()
190 else if (auto *eh = dyn_cast<EhInputSection>(this)) in getOutputSection()
1253 EhInputSection::EhInputSection(ObjFile<ELFT> &f, in EhInputSection() function in EhInputSection
1258 SyntheticSection *EhInputSection::getParent() const { in getParent()
1283 template <class ELFT> void EhInputSection::split() { in split()
1297 void EhInputSection::split(ArrayRef<RelTy> rels) { in split()
1329 uint64_t EhInputSection::getParentOffset(uint64_t offset) const { in getParentOffset()
1454 template EhInputSection::EhInputSection(ObjFile<ELF32LE> &,
1456 template EhInputSection::EhInputSection(ObjFile<ELF32BE> &,
1458 template EhInputSection::EhInputSection(ObjFile<ELF64LE> &,
1460 template EhInputSection::EhInputSection(ObjFile<ELF64BE> &,
1463 template void EhInputSection::split<ELF32LE>();
1464 template void EhInputSection::split<ELF32BE>();
1465 template void EhInputSection::split<ELF64LE>();
1466 template void EhInputSection::split<ELF64BE>();