Home
last modified time | relevance | path

Searched refs:PersonalityFn (Results 1 – 25 of 79) sorted by relevance

1234

/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_exceptions.cpp22 typedef _Unwind_Reason_Code PersonalityFn(int version, _Unwind_Action actions, typedef
40 PersonalityFn* real_personality, GetGRFn* get_gr, in __hwasan_personality_wrapper()
/external/llvm-project/llvm/lib/Target/X86/
DX86WinEHState.cpp93 Function *PersonalityFn = nullptr; member in __anone43564b40111::WinEHStatePass
155 PersonalityFn = in runOnFunction()
157 if (!PersonalityFn) in runOnFunction()
159 Personality = classifyEHPersonality(PersonalityFn); in runOnFunction()
193 PersonalityFn = nullptr; in runOnFunction()
305 StringRef PersonalityName = PersonalityFn->getName(); in emitExceptionRegistrationRecord()
350 linkExceptionRegistration(Builder, PersonalityFn); in emitExceptionRegistrationRecord()
408 Builder.CreateBitCast(PersonalityFn, TargetFuncTy->getPointerTo()); in generateLSDAInEAXThunk()
/external/llvm/lib/Target/X86/
DX86WinEHState.cpp99 Function *PersonalityFn = nullptr; member in __anon40db93460111::WinEHStatePass
155 PersonalityFn = in runOnFunction()
157 if (!PersonalityFn) in runOnFunction()
159 Personality = classifyEHPersonality(PersonalityFn); in runOnFunction()
198 PersonalityFn = nullptr; in runOnFunction()
310 StringRef PersonalityName = PersonalityFn->getName(); in emitExceptionRegistrationRecord()
352 linkExceptionRegistration(Builder, PersonalityFn); in emitExceptionRegistrationRecord()
408 Builder.CreateBitCast(PersonalityFn, TargetFuncTy->getPointerTo()); in generateLSDAInEAXThunk()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86WinEHState.cpp93 Function *PersonalityFn = nullptr; member in __anon6a2a34280111::WinEHStatePass
155 PersonalityFn = in runOnFunction()
157 if (!PersonalityFn) in runOnFunction()
159 Personality = classifyEHPersonality(PersonalityFn); in runOnFunction()
193 PersonalityFn = nullptr; in runOnFunction()
305 StringRef PersonalityName = PersonalityFn->getName(); in emitExceptionRegistrationRecord()
350 linkExceptionRegistration(Builder, PersonalityFn); in emitExceptionRegistrationRecord()
408 Builder.CreateBitCast(PersonalityFn, TargetFuncTy->getPointerTo()); in generateLSDAInEAXThunk()
/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp162 const Constant *PersonalityFn, in GetEHSpillList() argument
168 TL->getExceptionPointerRegister(PersonalityFn))); in GetEHSpillList()
171 TL->getExceptionSelectorRegister(PersonalityFn))); in GetEHSpillList()
326 const Constant *PersonalityFn = in emitPrologue() local
329 GetEHSpillList(SpillList, MFI, XFI, PersonalityFn, in emitPrologue()
361 const Constant *PersonalityFn = in emitEpilogue() local
364 GetEHSpillList(SpillList, MFI, XFI, PersonalityFn, in emitEpilogue()
DXCoreISelLowering.h131 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument
138 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp162 const Constant *PersonalityFn, in GetEHSpillList() argument
168 TL->getExceptionPointerRegister(PersonalityFn))); in GetEHSpillList()
171 TL->getExceptionSelectorRegister(PersonalityFn))); in GetEHSpillList()
327 const Constant *PersonalityFn = in emitPrologue() local
330 GetEHSpillList(SpillList, MFI, XFI, PersonalityFn, in emitPrologue()
362 const Constant *PersonalityFn = in emitEpilogue() local
365 GetEHSpillList(SpillList, MFI, XFI, PersonalityFn, in emitEpilogue()
DXCoreISelLowering.h131 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument
138 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
/external/llvm-project/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp162 const Constant *PersonalityFn, in GetEHSpillList() argument
168 TL->getExceptionPointerRegister(PersonalityFn))); in GetEHSpillList()
171 TL->getExceptionSelectorRegister(PersonalityFn))); in GetEHSpillList()
327 const Constant *PersonalityFn = in emitPrologue() local
330 GetEHSpillList(SpillList, MFI, XFI, PersonalityFn, in emitPrologue()
362 const Constant *PersonalityFn = in emitEpilogue() local
365 GetEHSpillList(SpillList, MFI, XFI, PersonalityFn, in emitEpilogue()
DXCoreISelLowering.h130 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument
137 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.h107 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument
114 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
/external/llvm-project/llvm/lib/Target/Sparc/
DSparcISelLowering.h107 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument
114 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.h111 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument
118 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.h141 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
146 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h184 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument
191 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelLowering.h178 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
183 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h437 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument
444 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp204 Value *PersonalityFn = F.getPersonalityFn(); in setupFunctionContext() local
208 Builder.CreateBitCast(PersonalityFn, Builder.getInt8PtrTy()), in setupFunctionContext()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp209 Value *PersonalityFn = F.getPersonalityFn(); in setupFunctionContext() local
213 Builder.CreateBitCast(PersonalityFn, Builder.getInt8PtrTy()), in setupFunctionContext()
/external/llvm-project/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp218 Value *PersonalityFn = F.getPersonalityFn(); in setupFunctionContext() local
222 Builder.CreateBitCast(PersonalityFn, Builder.getInt8PtrTy()), in setupFunctionContext()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h492 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument
499 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h376 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument
384 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h280 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument
287 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMustExecute.cpp108 if (Constant *PersonalityFn = Fn->getPersonalityFn()) in computeBlockColors() local
109 if (isScopedEHPersonality(classifyEHPersonality(PersonalityFn))) in computeBlockColors()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h477 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument
484 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument

1234