Home
last modified time | relevance | path

Searched refs:getCompactUnwindSection (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAIXException.cpp41 cast<MCSectionXCOFF>(Asm->getObjFileLowering().getCompactUnwindSection()); in emitExceptionInfoTable()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCObjectFileInfo.h272 MCSection *getCompactUnwindSection() const { return CompactUnwindSection; } in getCompactUnwindSection() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCDwarf.cpp1841 if (IsEH && MOFI->getCompactUnwindSection()) { in Emit()
1847 Streamer.switchSection(MOFI->getCompactUnwindSection()); in Emit()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCAsmPrinter.cpp2338 OutStreamer->switchSection(getObjFileLowering().getCompactUnwindSection()); in emitFunctionBodyEnd()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86FrameLowering.cpp3882 MF.getContext().getObjectFileInfo()->getCompactUnwindSection() != nullptr; in enableShrinkWrapping()