Searched refs:EhInputSection (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | InputSection.cpp | 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> &, [all …]
|
H A D | MarkLive.cpp | 61 void scanEhFrameSection(EhInputSection &eh, ArrayRef<RelTy> rels); 150 void MarkLive<ELFT>::scanEhFrameSection(EhInputSection &eh, in scanEhFrameSection() 248 for (EhInputSection *eh : ctx.ehInputSections) { in run()
|
H A D | Config.h | 43 class EhInputSection; variable 478 SmallVector<EhInputSection *, 0> ehInputSections;
|
H A D | Target.cpp | 165 else if (auto *ehIn = dyn_cast<EhInputSection>(&sec)) in relocateAlloc()
|
H A D | InputSection.h | 376 class EhInputSection : public InputSectionBase { 379 EhInputSection(ObjFile<ELFT> &f, const typename ELFT::Shdr &header,
|
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 | SyntheticSections.cpp | 410 auto *sec = cast<EhInputSection>(fde.sec); in isFdeLive() 437 void EhFrameSection::addRecords(EhInputSection *sec, ArrayRef<RelTy> rels) { in addRecords() 455 void EhFrameSection::addSectionAux(EhInputSection *sec) { in addSectionAux() 470 EhInputSection &sec, ArrayRef<RelTy> rels, DenseSet<size_t> &ciesWithLSDA, in iterateFDEWithLSDAAux() 491 for (EhInputSection *sec : sections) { in iterateFDEWithLSDA() 515 for (EhInputSection *sec : sections) in finalizeContents() 519 for (EhInputSection *sec : sections) in finalizeContents() 523 for (EhInputSection *sec : sections) in finalizeContents() 527 for (EhInputSection *sec : sections) in finalizeContents() 643 for (EhInputSection *s : sections) in writeTo() [all …]
|
H A D | Relocations.cpp | 421 if (auto *eh = dyn_cast<EhInputSection>(&sec)) { in OffsetGetter() 1141 (isa<EhInputSection>(sec) && config->emachine != EM_MIPS)); in processAux() 1598 if (isa<EhInputSection>(sec) || config->emachine == EM_S390) in scan() 1665 for (EhInputSection *sec : part.ehFrame->sections) in scanRelocations()
|
H A D | Driver.cpp | 3044 if (LLVM_UNLIKELY(isa<EhInputSection>(s))) in link() 3045 ctx.ehInputSections.push_back(cast<EhInputSection>(s)); in link()
|
H A D | InputFiles.cpp | 1116 return makeThreadLocal<EhInputSection>(*this, sec, name); in createInputSection()
|
H A D | Writer.cpp | 131 auto *copy = make<EhInputSection>(*ctx.ehInputSections[i]); in copySectionsIntoPartitions()
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | X86_64.cpp | 1039 else if (auto *ehIn = dyn_cast<EhInputSection>(&sec)) in relocateAlloc()
|
H A D | AArch64.cpp | 876 else if (auto *ehIn = dyn_cast<EhInputSection>(&sec)) in relocateAlloc()
|
H A D | PPC64.cpp | 1567 else if (auto *ehIn = dyn_cast<EhInputSection>(&sec)) in relocateAlloc()
|
H A D | RISCV.cpp | 597 else if (auto *ehIn = dyn_cast<EhInputSection>(&sec)) in relocateAlloc()
|