Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp364 EhFrameSection::EhFrameSection() in EhFrameSection() function in EhFrameSection
393 bool EhFrameSection::isFdeLive(EhSectionPiece &Fde, ArrayRef<RelTy> Rels) { in isFdeLive()
477 void EhFrameSection::finalizeContents() { in finalizeContents()
502 std::vector<EhFrameSection::FdeData> EhFrameSection::getFdeData() const { in getFdeData()
555 uint64_t EhFrameSection::getFdePc(uint8_t *Buf, size_t FdeOff, in getFdePc()
568 void EhFrameSection::writeTo(uint8_t *Buf) { in writeTo()
2670 typedef EhFrameSection::FdeData FdeData; in writeTo()
3170 template void EhFrameSection::addSection<ELF32LE>(InputSectionBase *);
3171 template void EhFrameSection::addSection<ELF32BE>(InputSectionBase *);
3172 template void EhFrameSection::addSection<ELF64LE>(InputSectionBase *);
[all …]
H A DSyntheticSections.h66 class EhFrameSection final : public SyntheticSection {
68 EhFrameSection();
1004 EhFrameSection *EhFrame;
H A DWriter.cpp430 In.EhFrame = make<EhFrameSection>(); in createSyntheticSections()