Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h127 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister()
134 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister()
H A DXCoreFrameLowering.cpp162 const Constant *PersonalityFn, in GetEHSpillList() argument
327 const Constant *PersonalityFn = emitPrologue() local
362 const Constant *PersonalityFn = emitEpilogue() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h110 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister()
117 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_exceptions.cpp22 typedef _Unwind_Reason_Code PersonalityFn(int version, _Unwind_Action actions, typedef
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h266 getExceptionPointerRegister(const Constant * PersonalityFn) getExceptionPointerRegister() argument
273 getExceptionSelectorRegister(const Constant * PersonalityFn) getExceptionSelectorRegister() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h353 getExceptionPointerRegister(const Constant * PersonalityFn) getExceptionPointerRegister() argument
360 getExceptionSelectorRegister(const Constant * PersonalityFn) getExceptionSelectorRegister() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp237 Value *PersonalityFn = F.getPersonalityFn(); setupFunctionContext() local
H A DMachineBasicBlock.cpp1739 auto PersonalityFn = MF.getFunction().getPersonalityFn(); liveout_begin() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h804 getExceptionPointerRegister(const Constant * PersonalityFn) getExceptionPointerRegister() argument
812 getExceptionSelectorRegister(const Constant * PersonalityFn) getExceptionSelectorRegister() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp93 Function *PersonalityFn = nullptr; member in __anonb10add0f0111::WinEHStatePass
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp109 if (Constant *PersonalityFn = Fn->getPersonalityFn()) in computeBlockColors() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h589 const char *PersonalityFn; global() member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1928 getExceptionPointerRegister(const Constant * PersonalityFn) getExceptionPointerRegister() argument
1935 getExceptionSelectorRegister(const Constant * PersonalityFn) getExceptionSelectorRegister() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1276 const Constant *PersonalityFn = FuncInfo->Fn->getPersonalityFn(); PrepareEHLandingPad() local
H A DSelectionDAGBuilder.cpp3272 const Constant *PersonalityFn = FuncInfo.Fn->getPersonalityFn(); visitLandingPad() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2813 const Constant *PersonalityFn = MF->getFunction().getPersonalityFn(); translateLandingPad() local
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp607 unsigned PersonalityFn; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6106 Constant *PersonalityFn = nullptr; parseFunctionHeader() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7989 uint32_t PersonalityFn = readNext<uint32_t>(Contents, Pos); printMachOUnwindInfoSection() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp2309 LLVMSetPersonalityFn(LLVMValueRef Fn,LLVMValueRef PersonalityFn) LLVMSetPersonalityFn() argument