Home
last modified time | relevance | path

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

/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.cpp327 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 DSparcISelLowering.h110 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 Dhwasan_exceptions.cpp22 typedef _Unwind_Reason_Code PersonalityFn(int version, _Unwind_Action actions, typedef
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h269 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 DMipsISelLowering.h357 getExceptionPointerRegister(const Constant * PersonalityFn) getExceptionPointerRegister() argument
364 getExceptionSelectorRegister(const Constant * PersonalityFn) getExceptionSelectorRegister() argument
/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp235 Value *PersonalityFn = F.getPersonalityFn(); in setupFunctionContext() local
H A DMachineBasicBlock.cpp1759 auto PersonalityFn = MF.getFunction().getPersonalityFn(); liveout_begin() local
/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp93 Function *PersonalityFn = nullptr; global() member in __anon69712a700111::WinEHStatePass
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h827 getExceptionPointerRegister(const Constant * PersonalityFn) getExceptionPointerRegister() argument
835 getExceptionSelectorRegister(const Constant * PersonalityFn) getExceptionSelectorRegister() argument
/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp109 if (Constant *PersonalityFn = Fn->getPersonalityFn()) computeBlockColors() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1387 const Constant *PersonalityFn = FuncInfo->Fn->getPersonalityFn(); PrepareEHLandingPad() local
H A DSelectionDAGBuilder.cpp3465 const Constant *PersonalityFn = FuncInfo.Fn->getPersonalityFn(); visitLandingPad() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2004 getExceptionPointerRegister(const Constant * PersonalityFn) getExceptionPointerRegister() argument
2011 getExceptionSelectorRegister(const Constant * PersonalityFn) getExceptionSelectorRegister() argument
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2960 const Constant *PersonalityFn = MF->getFunction().getPersonalityFn(); translateLandingPad() local
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp628 unsigned PersonalityFn; member
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6373 Constant *PersonalityFn = nullptr; parseFunctionHeader() local
/llvm-project/llvm/lib/IR/
H A DCore.cpp2375 LLVMSetPersonalityFn(LLVMValueRef Fn,LLVMValueRef PersonalityFn) LLVMSetPersonalityFn() argument
/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8101 uint32_t PersonalityFn = readNext<uint32_t>(Contents, Pos); printMachOUnwindInfoSection() local