Home
last modified time | relevance | path

Searched defs:PersonalityFn (Results 1 – 16 of 16) 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.cpp163 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.h95 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister()
102 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h168 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister()
175 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h415 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister()
422 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h368 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister()
376 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h276 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister()
283 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister()
/external/llvm/lib/Target/X86/
DX86WinEHState.cpp93 Function *PersonalityFn = nullptr; member in __anonb31a1e240111::WinEHStatePass
/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp58 Value *PersonalityFn; member in __anoncadc3a6a0111::SjLjEHPrepare
/external/clang/lib/CodeGen/
DCGCleanup.h604 const char *PersonalityFn; member
/external/llvm/include/llvm/Target/
DTargetLowering.h950 getExceptionPointerRegister(const Constant *PersonalityFn) const { in getExceptionPointerRegister()
958 getExceptionSelectorRegister(const Constant *PersonalityFn) const { in getExceptionSelectorRegister()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp980 const Constant *PersonalityFn = FuncInfo->Fn->getPersonalityFn(); in PrepareEHLandingPad() local
DSelectionDAGBuilder.cpp2173 const Constant *PersonalityFn = FuncInfo.Fn->getPersonalityFn(); in visitLandingPad() local
/external/llvm/lib/AsmParser/
DLLParser.cpp4407 Constant *PersonalityFn = nullptr; in ParseFunctionHeader() local
/external/llvm/lib/IR/
DCore.cpp1704 void LLVMSetPersonalityFn(LLVMValueRef Fn, LLVMValueRef PersonalityFn) { in LLVMSetPersonalityFn()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp6659 uint32_t PersonalityFn = readNext<uint32_t>(Pos); in printMachOUnwindInfoSection() local