Searched refs:UnwindInfoSectionImpl (Results 1 – 1 of 1) sorted by relevance
134 class UnwindInfoSectionImpl final : public UnwindInfoSection { class136 UnwindInfoSectionImpl() : cuLayout(target->wordSize) {} in UnwindInfoSectionImpl() function in UnwindInfoSectionImpl202 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()