Home
last modified time | relevance | path

Searched refs:EhInputSection (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputSection.cpp198 else if (auto *EH = dyn_cast<EhInputSection>(this)) in getOutputSection()
1091 EhInputSection::EhInputSection(ObjFile<ELFT> &F, in EhInputSection() function in EhInputSection
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>();
[all …]
H A DMarkLive.cpp123 scanEhFrameSection(EhInputSection &EH, ArrayRef<RelTy> Rels, in scanEhFrameSection()
158 scanEhFrameSection(EhInputSection &EH, in scanEhFrameSection()
246 if (auto *EH = dyn_cast<EhInputSection>(Sec)) { in doGcSections()
H A DInputSection.h297 class EhInputSection : public InputSectionBase {
300 EhInputSection(ObjFile<ELFT> &F, const typename ELFT::Shdr &Header,
H A DOutputSections.h28 class EhInputSection; variable
H A DSyntheticSections.h76 std::vector<EhInputSection *> Sections;
95 void addSectionAux(EhInputSection *S, llvm::ArrayRef<RelTy> Rels);
H A DSyntheticSections.cpp394 auto *Sec = cast<EhInputSection>(Fde.Sec); in isFdeLive()
420 void EhFrameSection::addSectionAux(EhInputSection *Sec, ArrayRef<RelTy> Rels) { in addSectionAux()
447 auto *Sec = cast<EhInputSection>(C); in addSection()
587 for (EhInputSection *S : Sections) in writeTo()
2979 else if (auto *Eh = dyn_cast<EhInputSection>(Sec)) in splitSections()
H A DWriter.cpp157 EhInputSection *ES = dyn_cast<EhInputSection>(S); in combineEhFrameSections()
943 for (EhInputSection *ES : In.EhFrame->Sections) in forEachRelSec()
H A DInputFiles.cpp755 return make<EhInputSection>(*this, Sec, Name); in createInputSection()
H A DRelocations.cpp714 if (auto *Eh = dyn_cast<EhInputSection>(&Sec)) in OffsetGetter()