Home
last modified time | relevance | path

Searched refs:needsUnwindTableEntry (Results 1 – 18 of 18) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp66 F.needsUnwindTableEntry(); in endFunction()
69 if (!Asm->MF->getFunction().needsUnwindTableEntry() && in endFunction()
H A DDwarfCFIException.cpp81 F.needsUnwindTableEntry(); in beginFunction()
H A DWinException.cpp86 F.needsUnwindTableEntry(); in beginFunction()
H A DAsmPrinter.cpp1300 F.needsUnwindTableEntry()) in getFunctionCFISectionType()
1319 return MAI->usesWindowsCFI() && MF->getFunction().needsUnwindTableEntry(); in needsSEHMoves()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp500 !F.needsUnwindTableEntry()) in splitFramePointerPush()
H A DThumb2SizeReduction.cpp1153 MF.getFunction().needsUnwindTableEntry(); in runOnMachineFunction()
H A DARMFrameLowering.cpp286 F.needsUnwindTableEntry(); in needsWinCFI()
H A DARMExpandPseudoInsts.cpp2211 MF->getFunction().needsUnwindTableEntry(); in ExpandMI()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp251 bool DwarfCFI = MMI.hasDebugInfo() || Fn.needsUnwindTableEntry(); in eliminateCallFramePseudoInstr()
487 bool NeedsDwarfCFI = MMI.hasDebugInfo() || Fn.needsUnwindTableEntry(); in emitPrologue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp144 (MF.getFunction().needsUnwindTableEntry() && !TFL->hasFP(MF)))) in isLegal()
H A DX86FrameLowering.cpp1526 bool NeedsWin64CFI = IsWin64Prologue && Fn.needsUnwindTableEntry(); in emitPrologue()
2304 IsWin64Prologue && MF.getFunction().needsUnwindTableEntry(); in emitEpilogue()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h652 bool needsUnwindTableEntry() const { in needsUnwindTableEntry() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp647 F.needsUnwindTableEntry(); in needsFrameMoves()
H A DTargetLoweringObjectFileImpl.cpp2296 if (!F.hasPersonalityFn() || !F.needsUnwindTableEntry()) in ShouldEmitEHBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1354 MF->getFunction().needsUnwindTableEntry(); in needsWinCFI()
H A DAArch64FrameLowering.cpp1083 F.needsUnwindTableEntry(); in needsWinCFI()
H A DAArch64InstrInfo.cpp2653 MI.getMF()->getFunction().needsUnwindTableEntry(); in isCandidateToMergeOrPair()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2476 return F.needsUnwindTableEntry() ? outliner::InstrType::Illegal in getOutliningTypeImpl()