Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAIXException.cpp42 cast<MCSectionXCOFF>(Asm->getObjFileLowering().getCompactUnwindSection()); in emitExceptionInfoTable()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h272 MCSection *getCompactUnwindSection() const { return CompactUnwindSection; } in getCompactUnwindSection() function
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCDwarf.cpp1858 if (IsEH && MOFI->getCompactUnwindSection()) { in Emit()
1864 Streamer.switchSection(MOFI->getCompactUnwindSection()); in Emit()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1973 OutStreamer->switchSection(getObjFileLowering().getCompactUnwindSection()); in emitFunctionBodyEnd()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp3546 MF.getMMI().getContext().getObjectFileInfo()->getCompactUnwindSection() != in enableShrinkWrapping()