/freebsd-src/contrib/llvm-project/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() argument 327 const Constant *PersonalityFn = emitPrologue() local 362 const Constant *PersonalityFn = emitEpilogue() local
|
/freebsd-src/contrib/llvm-project/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()
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_exceptions.cpp | 22 typedef _Unwind_Reason_Code PersonalityFn(int version, _Unwind_Action actions, typedef
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.h | 266 getExceptionPointerRegister(const Constant * PersonalityFn) getExceptionPointerRegister() argument 273 getExceptionSelectorRegister(const Constant * PersonalityFn) getExceptionSelectorRegister() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.h | 353 getExceptionPointerRegister(const Constant * PersonalityFn) getExceptionPointerRegister() argument 360 getExceptionSelectorRegister(const Constant * PersonalityFn) getExceptionSelectorRegister() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SjLjEHPrepare.cpp | 237 Value *PersonalityFn = F.getPersonalityFn(); setupFunctionContext() local
|
H A D | MachineBasicBlock.cpp | 1739 auto PersonalityFn = MF.getFunction().getPersonalityFn(); liveout_begin() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 804 getExceptionPointerRegister(const Constant * PersonalityFn) getExceptionPointerRegister() argument 812 getExceptionSelectorRegister(const Constant * PersonalityFn) getExceptionSelectorRegister() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 93 Function *PersonalityFn = nullptr; member in __anonb10add0f0111::WinEHStatePass
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MustExecute.cpp | 109 if (Constant *PersonalityFn = Fn->getPersonalityFn()) in computeBlockColors() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCleanup.h | 589 const char *PersonalityFn; global() member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 1928 getExceptionPointerRegister(const Constant * PersonalityFn) getExceptionPointerRegister() argument 1935 getExceptionSelectorRegister(const Constant * PersonalityFn) getExceptionSelectorRegister() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 1276 const Constant *PersonalityFn = FuncInfo->Fn->getPersonalityFn(); PrepareEHLandingPad() local
|
H A D | SelectionDAGBuilder.cpp | 3272 const Constant *PersonalityFn = FuncInfo.Fn->getPersonalityFn(); visitLandingPad() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 2813 const Constant *PersonalityFn = MF->getFunction().getPersonalityFn(); translateLandingPad() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 607 unsigned PersonalityFn; global() member
|
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6106 Constant *PersonalityFn = nullptr; parseFunctionHeader() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 7989 uint32_t PersonalityFn = readNext<uint32_t>(Contents, Pos); printMachOUnwindInfoSection() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 2309 LLVMSetPersonalityFn(LLVMValueRef Fn,LLVMValueRef PersonalityFn) LLVMSetPersonalityFn() argument
|