Home
last modified time | relevance | path

Searched defs:PersonalityFn (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h127 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument
134 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
H A DXCoreFrameLowering.cpp162 const Constant *PersonalityFn, in GetEHSpillList()
326 const Constant *PersonalityFn = in emitPrologue() local
361 const Constant *PersonalityFn = in emitEpilogue() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h111 getExceptionPointerRegister(const Constant * PersonalityFn) getExceptionPointerRegister() argument
118 getExceptionSelectorRegister(const Constant * PersonalityFn) getExceptionSelectorRegister() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_exceptions.cpp22 typedef _Unwind_Reason_Code PersonalityFn(int version, _Unwind_Action actions, typedef
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h269 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister()
276 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h357 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister()
364 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp235 Value *PersonalityFn = F.getPersonalityFn(); in setupFunctionContext() local
H A DMachineBasicBlock.cpp1767 auto PersonalityFn = MF.getFunction().getPersonalityFn(); in liveout_begin() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp93 Function *PersonalityFn = nullptr; member in __anone900293d0111::WinEHStatePass
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h827 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister()
835 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp109 if (Constant *PersonalityFn = Fn->getPersonalityFn()) in computeBlockColors() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1387 const Constant *PersonalityFn = FuncInfo->Fn->getPersonalityFn(); in PrepareEHLandingPad() local
H A DSelectionDAGBuilder.cpp3467 const Constant *PersonalityFn = FuncInfo.Fn->getPersonalityFn(); in visitLandingPad() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2005 getExceptionPointerRegister(const Constant *PersonalityFn) const { in getExceptionPointerRegister()
2012 getExceptionSelectorRegister(const Constant *PersonalityFn) const { in getExceptionSelectorRegister()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2978 const Constant *PersonalityFn = MF->getFunction().getPersonalityFn(); in translateLandingPad() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp628 unsigned PersonalityFn; member
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6395 Constant *PersonalityFn = nullptr; in parseFunctionHeader() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8101 uint32_t PersonalityFn = readNext<uint32_t>(Contents, Pos); in printMachOUnwindInfoSection() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp2436 void LLVMSetPersonalityFn(LLVMValueRef Fn, LLVMValueRef PersonalityFn) { in LLVMSetPersonalityFn()