Lines Matching defs:CompactUnwindSection
118 ExecutorAddrRange CompactUnwindSection;
130 USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection);
135 OB, USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection);
140 IB, USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection);
175 CompactUnwindSection(USI.CompactUnwindSection.toSpan<char>()) {}
178 span<char> CompactUnwindSection;
568 UnwindInfo->CompactUnwindSection.Start.toPtr<void *>(),
569 UnwindInfo->CompactUnwindSection.End.toPtr<void *>());
652 UnwindInfo->CompactUnwindSection.Start.toPtr<void *>(),
653 UnwindInfo->CompactUnwindSection.End.toPtr<void *>());
970 reinterpret_cast<uintptr_t>(I->second.CompactUnwindSection.data());
972 I->second.CompactUnwindSection.size();