Searched refs:EhInputSection (Results 1 – 16 of 16) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | InputSection.cpp | 215 const EhInputSection *es = cast<EhInputSection>(this); in getOffset() 241 else if (auto *eh = dyn_cast<EhInputSection>(this)) in getOutputSection() 1343 EhInputSection::EhInputSection(ObjFile<ELFT> &f, in EhInputSection() function in EhInputSection 1348 SyntheticSection *EhInputSection::getParent() const { in getParent() 1354 template <class ELFT> void EhInputSection::split() { in split() 1368 void EhInputSection::split(ArrayRef<RelTy> rels) { in split() 1408 uint64_t EhInputSection::getParentOffset(uint64_t offset) const { in getParentOffset() 1546 template EhInputSection::EhInputSection(ObjFile<ELF32LE> &, 1548 template EhInputSection::EhInputSection(ObjFile<ELF32BE> &, 1550 template EhInputSection::EhInputSection(ObjFile<ELF64LE> &, [all …]
|
| H A D | MarkLive.cpp | 74 void scanEhFrameSection(EhInputSection &eh, ArrayRef<RelTy> rels); 190 void MarkLive<ELFT, TrackWhyLive>::scanEhFrameSection(EhInputSection &eh, in scanEhFrameSection() 363 for (EhInputSection *eh : ctx.ehInputSections) { in run()
|
| H A D | InputSection.h | 394 class EhInputSection : public InputSectionBase { 397 EhInputSection(ObjFile<ELFT> &f, const typename ELFT::Shdr &header,
|
| H A D | Target.cpp | 157 else if (auto *ehIn = dyn_cast<EhInputSection>(&sec)) in relocateAlloc()
|
| H A D | SyntheticSections.h | 63 SmallVector<EhInputSection *, 0> sections; 84 void addRecords(EhInputSection *s, llvm::ArrayRef<RelTy> rels); 85 template <class ELFT> void addSectionAux(EhInputSection *s); 87 void iterateFDEWithLSDAAux(EhInputSection &sec, ArrayRef<RelTy> rels,
|
| H A D | Config.h | 45 class EhInputSection; variable 677 SmallVector<EhInputSection *, 0> ehInputSections;
|
| H A D | SyntheticSections.cpp | 429 auto *sec = cast<EhInputSection>(fde.sec); in isFdeLive() 456 void EhFrameSection::addRecords(EhInputSection *sec, ArrayRef<RelTy> rels) { in addRecords() 474 void EhFrameSection::addSectionAux(EhInputSection *sec) { in addSectionAux() 489 EhInputSection &sec, ArrayRef<RelTy> rels, DenseSet<size_t> &ciesWithLSDA, in iterateFDEWithLSDAAux() 510 for (EhInputSection *sec : sections) { in iterateFDEWithLSDA() 534 for (EhInputSection *sec : sections) in finalizeContents() 538 for (EhInputSection *sec : sections) in finalizeContents() 542 for (EhInputSection *sec : sections) in finalizeContents() 546 for (EhInputSection *sec : sections) in finalizeContents() 664 for (EhInputSection *s : sections) in writeTo() [all …]
|
| H A D | Relocations.cpp | 409 if (auto *eh = dyn_cast<EhInputSection>(&sec)) { in OffsetGetter() 1136 (isa<EhInputSection>(sec) && ctx.arg.emachine != EM_MIPS)); in processAux() 1660 if (isa<EhInputSection>(sec) || ctx.arg.emachine == EM_S390) in scan() 1728 for (EhInputSection *sec : part.ehFrame->sections) in scanRelocations()
|
| H A D | Driver.cpp | 3350 if (LLVM_UNLIKELY(isa<EhInputSection>(s))) in link() 3351 ctx.ehInputSections.push_back(cast<EhInputSection>(s)); in link()
|
| H A D | InputFiles.cpp | 1129 return makeThreadLocal<EhInputSection>(*this, sec, name); in createInputSection()
|
| H A D | Writer.cpp | 138 auto *copy = make<EhInputSection>(*ctx.ehInputSections[i]); in copySectionsIntoPartitions()
|
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | AArch64.cpp | 934 else if (auto *ehIn = dyn_cast<EhInputSection>(&sec)) in relocateAlloc()
|
| H A D | X86_64.cpp | 1153 else if (auto *ehIn = dyn_cast<EhInputSection>(&sec)) in relocateAlloc()
|
| H A D | PPC64.cpp | 1568 else if (auto *ehIn = dyn_cast<EhInputSection>(&sec)) in relocateAlloc()
|
| H A D | LoongArch.cpp | 1278 else if (auto *ehIn = dyn_cast<EhInputSection>(&sec)) in relocateAlloc()
|
| H A D | RISCV.cpp | 596 else if (auto *ehIn = dyn_cast<EhInputSection>(&sec)) in relocateAlloc()
|