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.cpp116 static void printEhFrame(raw_ostream &os, const EhFrameSection *sec) { in printEhFrame()
179 if (auto *ehSec = dyn_cast<EhFrameSection>(isec)) { in writeMapFile()
H A DSyntheticSections.cpp381 EhFrameSection::EhFrameSection() in EhFrameSection() function in EhFrameSection
388 CieRecord *EhFrameSection::addCie(EhSectionPiece &cie, ArrayRef<RelTy> rels) { in addCie()
409 Defined *EhFrameSection::isFdeLive(EhSectionPiece &fde, ArrayRef<RelTy> rels) { in isFdeLive()
437 void EhFrameSection::addRecords(EhInputSection *sec, ArrayRef<RelTy> rels) { in addRecords()
455 void EhFrameSection::addSectionAux(EhInputSection *sec) { in addSectionAux()
469 void EhFrameSection::iterateFDEWithLSDAAux( in iterateFDEWithLSDAAux()
488 void EhFrameSection::iterateFDEWithLSDA( in iterateFDEWithLSDA()
508 void EhFrameSection::finalizeContents() { in finalizeContents()
555 SmallVector<EhFrameSection::FdeData, 0> EhFrameSection::getFdeData() const { in getFdeData()
610 uint64_t EhFrameSection::getFdePc(uint8_t *buf, size_t fdeOff, in getFdePc()
[all …]
H A DSyntheticSections.h51 class EhFrameSection final : public SyntheticSection {
53 EhFrameSection();
1460 std::unique_ptr<EhFrameSection> ehFrame;