Home
last modified time | relevance | path

Searched refs:CompactUnwindSection (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCObjectFileInfo.h74 MCSection *CompactUnwindSection = nullptr; variable
268 MCSection *getCompactUnwindSection() const { return CompactUnwindSection; } in getCompactUnwindSection()
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
DMachOPlatform.h153 ExecutorAddrRange CompactUnwindSection; member
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DMachOPlatform.cpp1105 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/
DMCObjectFileInfo.cpp204 CompactUnwindSection = in initMachOMCObjectFileInfo()
969 CompactUnwindSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
1050 CompactUnwindSection = nullptr; // Used only by selected targets. in initMCObjectFileInfo()