Home
last modified time | relevance | path

Searched refs:EhFrameSection (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp117 static void printEhFrame(Ctx &ctx, raw_ostream &os, const EhFrameSection *sec) { in printEhFrame()
183 if (auto *ehSec = dyn_cast<EhFrameSection>(isec)) { in writeMapFile()
H A DSyntheticSections.cpp400 EhFrameSection::EhFrameSection(Ctx &ctx) in EhFrameSection() function in EhFrameSection
407 CieRecord *EhFrameSection::addCie(EhSectionPiece &cie, ArrayRef<RelTy> rels) { in addCie()
428 Defined *EhFrameSection::isFdeLive(EhSectionPiece &fde, ArrayRef<RelTy> rels) { in isFdeLive()
456 void EhFrameSection::addRecords(EhInputSection *sec, ArrayRef<RelTy> rels) { in addRecords()
474 void EhFrameSection::addSectionAux(EhInputSection *sec) { in addSectionAux()
488 void EhFrameSection::iterateFDEWithLSDAAux( in iterateFDEWithLSDAAux()
507 void EhFrameSection::iterateFDEWithLSDA( in iterateFDEWithLSDA()
527 void EhFrameSection::finalizeContents() { in finalizeContents()
574 SmallVector<EhFrameSection::FdeData, 0> EhFrameSection::getFdeData() const { in getFdeData()
630 uint64_t EhFrameSection::getFdePc(uint8_t *buf, size_t fdeOff, in getFdePc()
[all …]
H A DSyntheticSections.h51 class EhFrameSection final : public SyntheticSection {
53 EhFrameSection(Ctx &);
1515 std::unique_ptr<EhFrameSection> ehFrame;