Lines Matching refs:CompactUnwindSection
116 ExecutorAddrRange CompactUnwindSection; member
128 USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in size()
133 OB, USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in serialize()
138 IB, USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in deserialize()
260 CompactUnwindSection(USI.CompactUnwindSection.toSpan<char>()) {} in UnwindSections()
263 span<char> CompactUnwindSection; member
644 UnwindInfo->CompactUnwindSection.Start.toPtr<void *>(), in registerObjectPlatformSections()
645 UnwindInfo->CompactUnwindSection.End.toPtr<void *>()); in registerObjectPlatformSections()
728 UnwindInfo->CompactUnwindSection.Start.toPtr<void *>(), in deregisterObjectPlatformSections()
729 UnwindInfo->CompactUnwindSection.End.toPtr<void *>()); in deregisterObjectPlatformSections()
1032 reinterpret_cast<uintptr_t>(I->second.CompactUnwindSection.data()); in lookupUnwindSections()
1034 I->second.CompactUnwindSection.size(); in lookupUnwindSections()