/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.h | 127 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument 134 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
|
H A D | XCoreFrameLowering.cpp | 162 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 D | SparcISelLowering.h | 111 getExceptionPointerRegister(const Constant * PersonalityFn) getExceptionPointerRegister() argument 118 getExceptionSelectorRegister(const Constant * PersonalityFn) getExceptionSelectorRegister() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_exceptions.cpp | 22 typedef _Unwind_Reason_Code PersonalityFn(int version, _Unwind_Action actions, typedef
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.h | 269 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 D | MipsISelLowering.h | 357 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 D | SjLjEHPrepare.cpp | 235 Value *PersonalityFn = F.getPersonalityFn(); in setupFunctionContext() local
|
H A D | MachineBasicBlock.cpp | 1767 auto PersonalityFn = MF.getFunction().getPersonalityFn(); in liveout_begin() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 93 Function *PersonalityFn = nullptr; member in __anone900293d0111::WinEHStatePass
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 827 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 D | MustExecute.cpp | 109 if (Constant *PersonalityFn = Fn->getPersonalityFn()) in computeBlockColors() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 1387 const Constant *PersonalityFn = FuncInfo->Fn->getPersonalityFn(); in PrepareEHLandingPad() local
|
H A D | SelectionDAGBuilder.cpp | 3467 const Constant *PersonalityFn = FuncInfo.Fn->getPersonalityFn(); in visitLandingPad() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 2005 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 D | IRTranslator.cpp | 2978 const Constant *PersonalityFn = MF->getFunction().getPersonalityFn(); in translateLandingPad() local
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 628 unsigned PersonalityFn; member
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6395 Constant *PersonalityFn = nullptr; in parseFunctionHeader() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 8101 uint32_t PersonalityFn = readNext<uint32_t>(Contents, Pos); in printMachOUnwindInfoSection() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 2436 void LLVMSetPersonalityFn(LLVMValueRef Fn, LLVMValueRef PersonalityFn) { in LLVMSetPersonalityFn()
|