Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/MachO/
DUnwindInfoSection.cpp149 class UnwindInfoSectionImpl final : public UnwindInfoSection { class
151 UnwindInfoSectionImpl() : cuOffsets(target->wordSize) {} in UnwindInfoSectionImpl() function in UnwindInfoSectionImpl
217 void UnwindInfoSectionImpl::prepare() { in prepare()
242 void UnwindInfoSectionImpl::prepareRelocations(ConcatInputSection *isec) { in prepareRelocations()
336 Symbol *UnwindInfoSectionImpl::canonicalizePersonality(Symbol *personality) { in canonicalizePersonality()
352 void UnwindInfoSectionImpl::relocateCompactUnwind( in relocateCompactUnwind()
393 void UnwindInfoSectionImpl::encodePersonalities() { in encodePersonalities()
443 void UnwindInfoSectionImpl::finalize() { in finalize()
621 void UnwindInfoSectionImpl::writeTo(uint8_t *buf) const { in writeTo()
735 return make<UnwindInfoSectionImpl>(); in makeUnwindInfoSection()