Lines Matching refs:DwarfSection
115 ExecutorAddrRange DwarfSection; 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()
259 : DwarfSection(USI.DwarfSection.toSpan<char>()), in UnwindSections()
262 span<char> DwarfSection; member
642 UnwindInfo->DwarfSection.Start.toPtr<void *>(), in registerObjectPlatformSections()
643 UnwindInfo->DwarfSection.End.toPtr<void *>(), in registerObjectPlatformSections()
726 UnwindInfo->DwarfSection.Start.toPtr<void *>(), in deregisterObjectPlatformSections()
727 UnwindInfo->DwarfSection.End.toPtr<void *>(), in deregisterObjectPlatformSections()
1029 reinterpret_cast<uintptr_t>(I->second.DwarfSection.data()); in lookupUnwindSections()
1030 Info.dwarf_section_length = I->second.DwarfSection.size(); in lookupUnwindSections()