Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp68 F.needsUnwindTableEntry(); in endFunction()
71 if (!Asm->MF->getFunction().needsUnwindTableEntry() && in endFunction()
H A DDwarfCFIException.cpp112 F.needsUnwindTableEntry(); in beginFunction()
H A DWinException.cpp91 F.needsUnwindTableEntry(); in beginFunction()
H A DAsmPrinter.cpp1052 F.needsUnwindTableEntry()) in getFunctionCFISectionType()
1067 return MAI->usesWindowsCFI() && MF->getFunction().needsUnwindTableEntry(); in needsSEHMoves()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp144 (MF.getFunction().needsUnwindTableEntry() && !TFL->hasFP(MF)))) in isLegal()
H A DX86FrameLowering.cpp1335 bool NeedsWin64CFI = IsWin64Prologue && Fn.needsUnwindTableEntry(); in emitPrologue()
1995 IsWin64Prologue && MF.getFunction().needsUnwindTableEntry(); in emitEpilogue()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h688 bool needsUnwindTableEntry() const { in needsUnwindTableEntry() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp571 F.needsUnwindTableEntry(); in needsFrameMoves()
H A DTargetLoweringObjectFileImpl.cpp2162 if (!F.hasPersonalityFn() || !F.needsUnwindTableEntry()) in ShouldEmitEHBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1882 MF->getFunction().needsUnwindTableEntry(); in needsWinCFI()
H A DAArch64FrameLowering.cpp652 F.needsUnwindTableEntry(); in needsWinCFI()
H A DAArch64InstrInfo.cpp2492 MI.getMF()->getFunction().needsUnwindTableEntry(); in isCandidateToMergeOrPair()