Searched refs:CompactUnwindSection (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/orc/ |
| H A D | macho_platform.cpp | 137 ExecutorAddrRange CompactUnwindSection; member 149 USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in size() 154 OB, USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in serialize() 159 IB, USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in deserialize() 271 CompactUnwindSection(USI.CompactUnwindSection.toSpan<char>()) {} in UnwindSections() 274 span<char> CompactUnwindSection; member 556 UnwindInfo->CompactUnwindSection.Start.toPtr<void *>(), in registerObjectPlatformSections() 557 UnwindInfo->CompactUnwindSection.End.toPtr<void *>()); in registerObjectPlatformSections() 650 UnwindInfo->CompactUnwindSection.Start.toPtr<void *>(), in deregisterObjectPlatformSections() 651 UnwindInfo->CompactUnwindSection.End.toPtr<void *>()); in deregisterObjectPlatformSections() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCObjectFileInfo.h | 74 MCSection *CompactUnwindSection = nullptr; variable 268 MCSection *getCompactUnwindSection() const { return CompactUnwindSection; } in getCompactUnwindSection()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.h | 153 ExecutorAddrRange CompactUnwindSection; member
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.cpp | 1105 ScanUnwindInfoSection(*CUInfoSec, US.CompactUnwindSection); in findUnwindSectionInfo() 1132 if (US.CompactUnwindSection.Start) in findUnwindSectionInfo() 1133 dbgs() << US.CompactUnwindSection << "\n"; in findUnwindSectionInfo() 1212 UI->CompactUnwindSection); in registerObjectPlatformSections()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 204 CompactUnwindSection = in initMachOMCObjectFileInfo() 969 CompactUnwindSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo() 1050 CompactUnwindSection = nullptr; // Used only by selected targets. in initMCObjectFileInfo()
|