Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp208 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 DMarkLive.cpp61 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 DConfig.h43 class EhInputSection; variable
478 SmallVector<EhInputSection *, 0> ehInputSections;
H A DTarget.cpp165 else if (auto *ehIn = dyn_cast<EhInputSection>(&sec)) in relocateAlloc()
H A DInputSection.h376 class EhInputSection : public InputSectionBase {
379 EhInputSection(ObjFile<ELFT> &f, const typename ELFT::Shdr &header,
H A DSyntheticSections.h63 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 DSyntheticSections.cpp410 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 DRelocations.cpp421 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 DDriver.cpp3044 if (LLVM_UNLIKELY(isa<EhInputSection>(s))) in link()
3045 ctx.ehInputSections.push_back(cast<EhInputSection>(s)); in link()
H A DInputFiles.cpp1116 return makeThreadLocal<EhInputSection>(*this, sec, name); in createInputSection()
H A DWriter.cpp131 auto *copy = make<EhInputSection>(*ctx.ehInputSections[i]); in copySectionsIntoPartitions()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp1039 else if (auto *ehIn = dyn_cast<EhInputSection>(&sec)) in relocateAlloc()
H A DAArch64.cpp876 else if (auto *ehIn = dyn_cast<EhInputSection>(&sec)) in relocateAlloc()
H A DPPC64.cpp1567 else if (auto *ehIn = dyn_cast<EhInputSection>(&sec)) in relocateAlloc()
H A DRISCV.cpp597 else if (auto *ehIn = dyn_cast<EhInputSection>(&sec)) in relocateAlloc()