Searched refs:EhInputSection (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | InputSection.cpp | 198 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 D | MarkLive.cpp | 123 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 D | InputSection.h | 297 class EhInputSection : public InputSectionBase { 300 EhInputSection(ObjFile<ELFT> &F, const typename ELFT::Shdr &Header,
|
| H A D | OutputSections.h | 28 class EhInputSection; variable
|
| H A D | SyntheticSections.h | 76 std::vector<EhInputSection *> Sections; 95 void addSectionAux(EhInputSection *S, llvm::ArrayRef<RelTy> Rels);
|
| H A D | SyntheticSections.cpp | 394 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 D | Writer.cpp | 157 EhInputSection *ES = dyn_cast<EhInputSection>(S); in combineEhFrameSections() 943 for (EhInputSection *ES : In.EhFrame->Sections) in forEachRelSec()
|
| H A D | InputFiles.cpp | 755 return make<EhInputSection>(*this, Sec, Name); in createInputSection()
|
| H A D | Relocations.cpp | 714 if (auto *Eh = dyn_cast<EhInputSection>(&Sec)) in OffsetGetter()
|