Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DMapFile.cpp109 static void printEhFrame(raw_ostream &os, const EhFrameSection *sec) { in printEhFrame()
185 if (auto *ehSec = dyn_cast<EhFrameSection>(isec)) { in writeMapFile()
DSyntheticSections.cpp347 EhFrameSection::EhFrameSection() in EhFrameSection() function in EhFrameSection
354 CieRecord *EhFrameSection::addCie(EhSectionPiece &cie, ArrayRef<RelTy> rels) { in addCie()
376 Defined *EhFrameSection::isFdeLive(EhSectionPiece &fde, ArrayRef<RelTy> rels) { in isFdeLive()
404 void EhFrameSection::addRecords(EhInputSection *sec, ArrayRef<RelTy> rels) { in addRecords()
431 void EhFrameSection::addSectionAux(EhInputSection *sec) { in addSectionAux()
440 void EhFrameSection::addSection(EhInputSection *sec) { in addSection()
453 void EhFrameSection::iterateFDEWithLSDAAux( in iterateFDEWithLSDAAux()
481 void EhFrameSection::iterateFDEWithLSDA( in iterateFDEWithLSDA()
507 void EhFrameSection::finalizeContents() { in finalizeContents()
554 std::vector<EhFrameSection::FdeData> EhFrameSection::getFdeData() const { in getFdeData()
[all …]
DSyntheticSections.h68 class EhFrameSection final : public SyntheticSection {
70 EhFrameSection();
1181 EhFrameSection *ehFrame;
DWriter.cpp469 part.ehFrame = make<EhFrameSection>(); in createSyntheticSections()