Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreISelLowering.h131 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister()
138 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister()
DXCoreFrameLowering.cpp162 const Constant *PersonalityFn, in GetEHSpillList()
326 const Constant *PersonalityFn = in emitPrologue() local
361 const Constant *PersonalityFn = in emitEpilogue() local
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.h111 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister()
118 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h184 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister()
191 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h437 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister()
444 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h376 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister()
384 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h280 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister()
287 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister()
/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp204 Value *PersonalityFn = F.getPersonalityFn(); in setupFunctionContext() local
/external/llvm/lib/Target/X86/
DX86WinEHState.cpp99 Function *PersonalityFn = nullptr; member in __anoncf30f85e0111::WinEHStatePass
/external/clang/lib/CodeGen/
DCGCleanup.h606 const char *PersonalityFn; member
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp173 LandingPadInst::LandingPadInst(Type *RetTy, Value *PersonalityFn, in LandingPadInst()
180 LandingPadInst::LandingPadInst(Type *RetTy, Value *PersonalityFn, in LandingPadInst()
202 LandingPadInst *LandingPadInst::Create(Type *RetTy, Value *PersonalityFn, in Create()
210 LandingPadInst *LandingPadInst::Create(Type *RetTy, Value *PersonalityFn, in Create()
DVerifier.cpp143 const Value *PersonalityFn; member
/external/llvm/lib/Transforms/Scalar/
DLICM.cpp432 if (Constant *PersonalityFn = Fn->getPersonalityFn()) in computeLoopSafetyInfo() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSjLjEHPrepare.cpp56 Value *PersonalityFn; member in __anona36112900111::SjLjEHPass
/external/llvm/include/llvm/Target/
DTargetLowering.h1023 getExceptionPointerRegister(const Constant *PersonalityFn) const { in getExceptionPointerRegister()
1031 getExceptionSelectorRegister(const Constant *PersonalityFn) const { in getExceptionSelectorRegister()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp979 const Constant *PersonalityFn = FuncInfo->Fn->getPersonalityFn(); in PrepareEHLandingPad() local
DSelectionDAGBuilder.cpp2339 const Constant *PersonalityFn = FuncInfo.Fn->getPersonalityFn(); in visitLandingPad() local
/external/llvm/lib/AsmParser/
DLLParser.cpp4627 Constant *PersonalityFn = nullptr; in ParseFunctionHeader() local
/external/llvm/lib/IR/
DCore.cpp1799 void LLVMSetPersonalityFn(LLVMValueRef Fn, LLVMValueRef PersonalityFn) { in LLVMSetPersonalityFn()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7272 uint32_t PersonalityFn = readNext<uint32_t>(Pos); in printMachOUnwindInfoSection() local