Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAIXException.cpp39 Asm->getObjFileLowering().getCompactUnwindSection()); in emitExceptionInfoTable()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h228 MCSection *getCompactUnwindSection() const { return CompactUnwindSection; } in getCompactUnwindSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h248 MCSection *getCompactUnwindSection() const { return CompactUnwindSection; } in getCompactUnwindSection() function
/external/llvm-project/llvm/include/llvm/MC/
DMCObjectFileInfo.h253 MCSection *getCompactUnwindSection() const { return CompactUnwindSection; } in getCompactUnwindSection() function
/external/llvm/lib/MC/
DMCDwarf.cpp1497 if (IsEH && MOFI->getCompactUnwindSection()) { in Emit()
1502 Streamer.SwitchSection(MOFI->getCompactUnwindSection()); in Emit()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp1834 if (IsEH && MOFI->getCompactUnwindSection()) { in Emit()
1839 Streamer.SwitchSection(MOFI->getCompactUnwindSection()); in Emit()
/external/llvm-project/llvm/lib/MC/
DMCDwarf.cpp1898 if (IsEH && MOFI->getCompactUnwindSection()) { in Emit()
1903 Streamer.SwitchSection(MOFI->getCompactUnwindSection()); in Emit()
/external/llvm-project/llvm/lib/Target/X86/
DX86FrameLowering.cpp3268 MF.getMMI().getContext().getObjectFileInfo()->getCompactUnwindSection() != in enableShrinkWrapping()