Lines Matching defs:UnwindInfoSectionImpl
132 // UnwindInfoSectionImpl allows us to avoid cluttering our header file with a
134 class UnwindInfoSectionImpl final : public UnwindInfoSection {
136 UnwindInfoSectionImpl() : cuLayout(target->wordSize) {}
202 void UnwindInfoSectionImpl::prepare() {
227 void UnwindInfoSectionImpl::prepareRelocations(ConcatInputSection *isec) {
333 Symbol *UnwindInfoSectionImpl::canonicalizePersonality(Symbol *personality) {
349 void UnwindInfoSectionImpl::relocateCompactUnwind(
402 void UnwindInfoSectionImpl::encodePersonalities() {
452 void UnwindInfoSectionImpl::finalize() {
630 void UnwindInfoSectionImpl::writeTo(uint8_t *buf) const {
744 return make<UnwindInfoSectionImpl>();