Lines Matching defs:DwarfSection
117 ExecutorAddrRange DwarfSection;
130 USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection);
135 OB, USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection);
140 IB, USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection);
174 : DwarfSection(USI.DwarfSection.toSpan<char>()),
177 span<char> DwarfSection;
566 UnwindInfo->DwarfSection.Start.toPtr<void *>(),
567 UnwindInfo->DwarfSection.End.toPtr<void *>(),
650 UnwindInfo->DwarfSection.Start.toPtr<void *>(),
651 UnwindInfo->DwarfSection.End.toPtr<void *>(),
967 reinterpret_cast<uintptr_t>(I->second.DwarfSection.data());
968 Info.dwarf_section_length = I->second.DwarfSection.size();