Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
327 const Constant *PersonalityFn = in emitPrologue() local
362 const Constant *PersonalityFn = in emitEpilogue() local
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_exceptions.cpp22 typedef _Unwind_Reason_Code PersonalityFn(int version, _Unwind_Action actions, typedef
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h266 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister()
273 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h528 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister()
535 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.h355 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister()
362 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp218 Value *PersonalityFn = F.getPersonalityFn(); in setupFunctionContext() local
H A DMachineBasicBlock.cpp1640 auto PersonalityFn = MF.getFunction().getPersonalityFn(); in liveout_begin() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h741 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister()
749 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86WinEHState.cpp93 Function *PersonalityFn = nullptr; member in __anon54fa0f540111::WinEHStatePass
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCleanup.h589 const char *PersonalityFn; member
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMustExecute.cpp109 if (Constant *PersonalityFn = Fn->getPersonalityFn()) in computeBlockColors() local
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1831 getExceptionPointerRegister(const Constant *PersonalityFn) const { in getExceptionPointerRegister()
1838 getExceptionSelectorRegister(const Constant *PersonalityFn) const { in getExceptionSelectorRegister()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1237 const Constant *PersonalityFn = FuncInfo->Fn->getPersonalityFn(); in PrepareEHLandingPad() local
H A DSelectionDAGBuilder.cpp3087 const Constant *PersonalityFn = FuncInfo.Fn->getPersonalityFn(); in visitLandingPad() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2658 const Constant *PersonalityFn = MF->getFunction().getPersonalityFn(); in translateLandingPad() local
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp606 unsigned PersonalityFn; member
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp5940 Constant *PersonalityFn = nullptr; in parseFunctionHeader() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp2325 void LLVMSetPersonalityFn(LLVMValueRef Fn, LLVMValueRef PersonalityFn) { in LLVMSetPersonalityFn()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp8399 uint32_t PersonalityFn = readNext<uint32_t>(Contents, Pos); in printMachOUnwindInfoSection() local