HomeSort by relevance Sort by last modified time
    Searched refs:PersonalityFn (Results 1 - 24 of 24) sorted by null

  /external/llvm/lib/Target/X86/
X86WinEHState.cpp 93 Function *PersonalityFn = nullptr;
147 PersonalityFn =
149 if (!PersonalityFn)
151 Personality = classifyEHPersonality(PersonalityFn);
183 PersonalityFn = nullptr;
259 StringRef PersonalityName = PersonalityFn->getName();
306 linkExceptionRegistration(Builder, PersonalityFn);
328 /// PersonalityFn, forwarding the parameters passed to PEXCEPTION_ROUTINE:
355 Builder.CreateBitCast(PersonalityFn, TargetFuncTy->getPointerTo());
X86ISelLowering.h 902 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
907 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 168 getExceptionPointerRegister(const Constant *PersonalityFn) const override {
175 getExceptionSelectorRegister(const Constant *PersonalityFn) const override {
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 95 getExceptionPointerRegister(const Constant *PersonalityFn) const override {
102 getExceptionSelectorRegister(const Constant *PersonalityFn) const override {
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 131 getExceptionPointerRegister(const Constant *PersonalityFn) const override {
138 getExceptionSelectorRegister(const Constant *PersonalityFn) const override {
XCoreFrameLowering.cpp 163 const Constant *PersonalityFn,
169 TL->getExceptionPointerRegister(PersonalityFn)));
172 TL->getExceptionSelectorRegister(PersonalityFn)));
326 const Constant *PersonalityFn =
329 GetEHSpillList(SpillList, MFI, XFI, PersonalityFn,
361 const Constant *PersonalityFn =
364 GetEHSpillList(SpillList, MFI, XFI, PersonalityFn,
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 58 Value *PersonalityFn;
120 PersonalityFn = nullptr;
229 if (!PersonalityFn)
230 PersonalityFn = F.getPersonalityFn();
234 Builder.CreateBitCast(PersonalityFn, Builder.getInt8PtrTy()),
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 415 getExceptionPointerRegister(const Constant *PersonalityFn) const override {
422 getExceptionSelectorRegister(const Constant *PersonalityFn) const override {
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 368 getExceptionPointerRegister(const Constant *PersonalityFn) const override {
376 getExceptionSelectorRegister(const Constant *PersonalityFn) const override {
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 427 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
432 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 276 getExceptionPointerRegister(const Constant *PersonalityFn) const override {
283 getExceptionSelectorRegister(const Constant *PersonalityFn) const override {
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 668 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
673 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
    [all...]
PPCISelLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCleanup.h 604 const char *PersonalityFn;
CGException.cpp 226 Personality.PersonalityFn);
312 assert(std::strcmp(ObjCXX.PersonalityFn, CXX.PersonalityFn) != 0 &&
315 llvm::Function *Fn = getModule().getFunction(ObjCXX.PersonalityFn);
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 827 milliseconds