Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp350 EhFrameSection::EhFrameSection() in EhFrameSection() function in EhFrameSection
357 CieRecord *EhFrameSection::addCie(EhSectionPiece &cie, ArrayRef<RelTy> rels) { in addCie()
379 Defined *EhFrameSection::isFdeLive(EhSectionPiece &fde, ArrayRef<RelTy> rels) { in isFdeLive()
407 void EhFrameSection::addRecords(EhInputSection *sec, ArrayRef<RelTy> rels) { in addRecords()
425 void EhFrameSection::addSectionAux(EhInputSection *sec) { in addSectionAux()
438 void EhFrameSection::iterateFDEWithLSDAAux( in iterateFDEWithLSDAAux()
457 void EhFrameSection::iterateFDEWithLSDA( in iterateFDEWithLSDA()
476 void EhFrameSection::finalizeContents() { in finalizeContents()
523 SmallVector<EhFrameSection::FdeData, 0> EhFrameSection::getFdeData() const { in getFdeData()
576 uint64_t EhFrameSection::getFdePc(uint8_t *buf, size_t fdeOff, in getFdePc()
[all …]
H A DSyntheticSections.h44 class EhFrameSection final : public SyntheticSection {
46 EhFrameSection();
1251 std::unique_ptr<EhFrameSection> ehFrame;
H A DWriter.cpp400 part.ehFrame = std::make_unique<EhFrameSection>(); in createSyntheticSections()