Lines Matching refs:EhInputSection
208 const EhInputSection *es = cast<EhInputSection>(this); in getOffset()
234 else if (auto *eh = dyn_cast<EhInputSection>(this)) in getOutputSection()
1274 EhInputSection::EhInputSection(ObjFile<ELFT> &f, in EhInputSection() function in EhInputSection
1279 SyntheticSection *EhInputSection::getParent() const { in getParent()
1285 template <class ELFT> void EhInputSection::split() { in split()
1299 void EhInputSection::split(ArrayRef<RelTy> rels) { in split()
1339 uint64_t EhInputSection::getParentOffset(uint64_t offset) const { in getParentOffset()
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>();