/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.h | 127 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() 134 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister()
|
H A D | XCoreFrameLowering.cpp | 162 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 D | SparcISelLowering.h | 110 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 D | hwasan_exceptions.cpp | 22 typedef _Unwind_Reason_Code PersonalityFn(int version, _Unwind_Action actions, typedef
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.h | 266 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 D | SystemZISelLowering.h | 528 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 D | MipsISelLowering.h | 355 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 D | SjLjEHPrepare.cpp | 218 Value *PersonalityFn = F.getPersonalityFn(); in setupFunctionContext() local
|
H A D | MachineBasicBlock.cpp | 1640 auto PersonalityFn = MF.getFunction().getPersonalityFn(); in liveout_begin() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 741 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 D | X86WinEHState.cpp | 93 Function *PersonalityFn = nullptr; member in __anon54fa0f540111::WinEHStatePass
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGCleanup.h | 589 const char *PersonalityFn; member
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | MustExecute.cpp | 109 if (Constant *PersonalityFn = Fn->getPersonalityFn()) in computeBlockColors() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 1831 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 D | SelectionDAGISel.cpp | 1237 const Constant *PersonalityFn = FuncInfo->Fn->getPersonalityFn(); in PrepareEHLandingPad() local
|
H A D | SelectionDAGBuilder.cpp | 3087 const Constant *PersonalityFn = FuncInfo.Fn->getPersonalityFn(); in visitLandingPad() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 2658 const Constant *PersonalityFn = MF->getFunction().getPersonalityFn(); in translateLandingPad() local
|
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 606 unsigned PersonalityFn; member
|
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 5940 Constant *PersonalityFn = nullptr; in parseFunctionHeader() local
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | Core.cpp | 2325 void LLVMSetPersonalityFn(LLVMValueRef Fn, LLVMValueRef PersonalityFn) { in LLVMSetPersonalityFn()
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 8399 uint32_t PersonalityFn = readNext<uint32_t>(Contents, Pos); in printMachOUnwindInfoSection() local
|