/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.h | 131 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() 138 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister()
|
D | XCoreFrameLowering.cpp | 162 const Constant *PersonalityFn, in GetEHSpillList() 326 const Constant *PersonalityFn = in emitPrologue() local 361 const Constant *PersonalityFn = in emitEpilogue() local
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.h | 111 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() 118 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 184 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() 191 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 437 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() 444 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 376 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() 384 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.h | 280 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() 287 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister()
|
/external/llvm/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 204 Value *PersonalityFn = F.getPersonalityFn(); in setupFunctionContext() local
|
/external/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 99 Function *PersonalityFn = nullptr; member in __anoncf30f85e0111::WinEHStatePass
|
/external/clang/lib/CodeGen/ |
D | CGCleanup.h | 606 const char *PersonalityFn; member
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 173 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()
|
D | Verifier.cpp | 143 const Value *PersonalityFn; member
|
/external/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 432 if (Constant *PersonalityFn = Fn->getPersonalityFn()) in computeLoopSafetyInfo() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 56 Value *PersonalityFn; member in __anona36112900111::SjLjEHPass
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1023 getExceptionPointerRegister(const Constant *PersonalityFn) const { in getExceptionPointerRegister() 1031 getExceptionSelectorRegister(const Constant *PersonalityFn) const { in getExceptionSelectorRegister()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 979 const Constant *PersonalityFn = FuncInfo->Fn->getPersonalityFn(); in PrepareEHLandingPad() local
|
D | SelectionDAGBuilder.cpp | 2339 const Constant *PersonalityFn = FuncInfo.Fn->getPersonalityFn(); in visitLandingPad() local
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 4627 Constant *PersonalityFn = nullptr; in ParseFunctionHeader() local
|
/external/llvm/lib/IR/ |
D | Core.cpp | 1799 void LLVMSetPersonalityFn(LLVMValueRef Fn, LLVMValueRef PersonalityFn) { in LLVMSetPersonalityFn()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 7272 uint32_t PersonalityFn = readNext<uint32_t>(Pos); in printMachOUnwindInfoSection() local
|