Lines Matching refs:EhInputSection
171 const EhInputSection *es = cast<EhInputSection>(this); in getOffset()
197 else if (auto *eh = dyn_cast<EhInputSection>(this)) in getOutputSection()
1144 EhInputSection::EhInputSection(ObjFile<ELFT> &f, in EhInputSection() function in EhInputSection
1149 SyntheticSection *EhInputSection::getParent() const { in getParent()
1155 template <class ELFT> void EhInputSection::split() { in split()
1169 void EhInputSection::split(ArrayRef<RelTy> rels) { in split()
1209 uint64_t EhInputSection::getParentOffset(uint64_t offset) const { in getParentOffset()
1336 template EhInputSection::EhInputSection(ObjFile<ELF32LE> &,
1338 template EhInputSection::EhInputSection(ObjFile<ELF32BE> &,
1340 template EhInputSection::EhInputSection(ObjFile<ELF64LE> &,
1342 template EhInputSection::EhInputSection(ObjFile<ELF64BE> &,
1345 template void EhInputSection::split<ELF32LE>();
1346 template void EhInputSection::split<ELF32BE>();
1347 template void EhInputSection::split<ELF64LE>();
1348 template void EhInputSection::split<ELF64BE>();