Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DUnwindInfoSection.cpp134 class UnwindInfoSectionImpl final : public UnwindInfoSection { class
136 UnwindInfoSectionImpl() : cuLayout(target->wordSize) {} in UnwindInfoSectionImpl() function in UnwindInfoSectionImpl
202 void UnwindInfoSectionImpl::prepare() { in prepare()
227 void UnwindInfoSectionImpl::prepareRelocations(ConcatInputSection *isec) { in prepareRelocations()
333 Symbol *UnwindInfoSectionImpl::canonicalizePersonality(Symbol *personality) { in canonicalizePersonality()
349 void UnwindInfoSectionImpl::relocateCompactUnwind( in relocateCompactUnwind()
402 void UnwindInfoSectionImpl::encodePersonalities() { in encodePersonalities()
452 void UnwindInfoSectionImpl::finalize() { in finalize()
630 void UnwindInfoSectionImpl::writeTo(uint8_t *buf) const { in writeTo()
744 return make<UnwindInfoSectionImpl>(); in makeUnwindInfoSection()