/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 | 327 GetEHSpillList(SpillList, MFI, XFI, PersonalityFn, in emitPrologue() local 362 GetEHSpillList(SpillList, MFI, XFI, PersonalityFn, in emitEpilogue() local 162 GetEHSpillList(SmallVectorImpl<StackSlotInfo> & SpillList,MachineFrameInfo & MFI,XCoreFunctionInfo * XFI,const Constant * PersonalityFn,const TargetLowering * TL) GetEHSpillList() argument
|
/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.h | 110 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument 117 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
|
/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_exceptions.cpp | 22 typedef _Unwind_Reason_Code PersonalityFn(int version, _Unwind_Action actions, typedef
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.h | 269 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument 276 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
|
/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.h | 357 getExceptionPointerRegister(const Constant * PersonalityFn) getExceptionPointerRegister() argument 364 getExceptionSelectorRegister(const Constant * PersonalityFn) getExceptionSelectorRegister() argument
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | SjLjEHPrepare.cpp | 235 Value *PersonalityFn = F.getPersonalityFn(); in setupFunctionContext() local
|
H A D | MachineBasicBlock.cpp | 1759 auto PersonalityFn = MF.getFunction().getPersonalityFn(); liveout_begin() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 93 Function *PersonalityFn = nullptr; global() member in __anon69712a700111::WinEHStatePass
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 827 getExceptionPointerRegister(const Constant * PersonalityFn) getExceptionPointerRegister() argument 835 getExceptionSelectorRegister(const Constant * PersonalityFn) getExceptionSelectorRegister() argument
|
/llvm-project/llvm/lib/Analysis/ |
H A D | MustExecute.cpp | 109 if (Constant *PersonalityFn = Fn->getPersonalityFn()) computeBlockColors() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 1387 const Constant *PersonalityFn = FuncInfo->Fn->getPersonalityFn(); PrepareEHLandingPad() local
|
H A D | SelectionDAGBuilder.cpp | 3465 const Constant *PersonalityFn = FuncInfo.Fn->getPersonalityFn(); visitLandingPad() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 2004 getExceptionPointerRegister(const Constant * PersonalityFn) getExceptionPointerRegister() argument 2011 getExceptionSelectorRegister(const Constant * PersonalityFn) getExceptionSelectorRegister() argument
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 2960 const Constant *PersonalityFn = MF->getFunction().getPersonalityFn(); translateLandingPad() local
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 628 unsigned PersonalityFn; member
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6373 Constant *PersonalityFn = nullptr; parseFunctionHeader() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 2375 LLVMSetPersonalityFn(LLVMValueRef Fn,LLVMValueRef PersonalityFn) LLVMSetPersonalityFn() argument
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 8101 uint32_t PersonalityFn = readNext<uint32_t>(Contents, Pos); printMachOUnwindInfoSection() local
|