Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp109 static void printEhFrame(raw_ostream &os, const EhFrameSection *sec) { in printEhFrame()
185 if (auto *ehSec = dyn_cast<EhFrameSection>(isec)) { in writeMapFile()
H A DSyntheticSections.cpp347 EhFrameSection::EhFrameSection() in EhFrameSection() function in EhFrameSection
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()
620 void EhFrameSection::writeTo(uint8_t *buf) { in writeTo()
3054 using FdeData = EhFrameSection::FdeData; in write()
3881 template void EhFrameSection::iterateFDEWithLSDA<ELF32LE>(
[all …]
H A DSyntheticSections.h68 class EhFrameSection final : public SyntheticSection {
70 EhFrameSection();
1225 EhFrameSection *ehFrame;
H A DWriter.cpp469 part.ehFrame = make<EhFrameSection>(); in createSyntheticSections()