Home
last modified time | relevance | path

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

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