HomeSort by relevance Sort by last modified time
    Searched full:landingpad (Results 151 - 175 of 371) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/clang/test/CodeGenCXX/
partial-destruction.cpp 54 // CHECK: landingpad { i8*, i32 }
66 // CHECK: landingpad { i8*, i32 }
76 // CHECK: landingpad { i8*, i32 }
119 // CHECK: landingpad { i8*, i32 }
121 // CHECK: landingpad { i8*, i32 }
150 // CHECK: landingpad { i8*, i32 }
linetable-eh.cpp 11 // CHECK: = landingpad
lpad-linetable.cpp 5 // CHECK: landingpad {{.*}}
  /external/llvm/docs/
ExceptionHandling.rst 72 ":ref:`landingpad <i_landingpad>`" instruction like the other two models, and is
161 pad to the back end. For C++, the ``landingpad`` instruction returns a pointer
165 The ``landingpad`` instruction looks for a reference to the personality
173 - This clause means that the landingpad block should be entered if the
178 - If ``@ExcType`` is ``null``, any exception matches, so the landingpad
188 - This clause means that the landingpad should be entered if the exception
198 undef``". This means that the landingpad should always be entered. (Note
205 - This clause means that the landingpad should always be entered.
222 aborting if it does not find one, before entering any landingpad blocks.
275 passing in the result of the ``landingpad`` instruction for the origina
    [all...]
  /external/llvm/test/Bitcode/
miscInstructions.3.2.ll 20 ; CHECK: %res = landingpad { i8*, i32 }
21 %res = landingpad { i8*, i32 } personality i32 (...)* @__gxx_personality_v0
31 ; CHECK: %res = landingpad { i8*, i32 }
32 %res = landingpad { i8*, i32 } personality i32 (...)* @__gxx_personality_v0
42 ; CHECK: %res = landingpad { i8*, i32 }
43 %res = landingpad { i8*, i32 } personality i32 (...)* @__gxx_personality_v0
  /external/llvm/test/CodeGen/PowerPC/
pr18663-2.ll 69 %0 = landingpad { i8*, i32 }
93 %1 = landingpad { i8*, i32 }
98 %2 = landingpad { i8*, i32 }
103 %3 = landingpad { i8*, i32 }
122 %4 = landingpad { i8*, i32 }
127 %5 = landingpad { i8*, i32 }
  /external/clang/test/CodeGenObjCXX/
exceptions-legacy.mm 34 // CHECK: [[T0:%.*]] = landingpad
72 // CHECK: [[T0:%.*]] = landingpad
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 306 LandingPadInfo &getOrCreateLandingPadInfo(MachineBasicBlock *LandingPad);
310 void addInvoke(MachineBasicBlock *LandingPad,
315 MCSymbol *addLandingPad(MachineBasicBlock *LandingPad);
328 void addCatchTypeInfo(MachineBasicBlock *LandingPad,
333 void addFilterTypeInfo(MachineBasicBlock *LandingPad,
338 void addCleanup(MachineBasicBlock *LandingPad);
340 void addSEHCatchHandler(MachineBasicBlock *LandingPad, const Function *Filter,
343 void addSEHCleanupHandler(MachineBasicBlock *LandingPad,
  /external/llvm/test/CodeGen/ARM/
ehabi-filters.ll 27 %1 = landingpad { i8*, i32 }
48 %4 = landingpad { i8*, i32 }
arm-ttype-target2.ll 13 %0 = landingpad { i8*, i32 }
ehabi-handlerdata.ll 31 %0 = landingpad { i8*, i32 }
  /external/llvm/test/Transforms/IndVarSimplify/
2005-02-17-TruncateExprCrash.ll 13 %exn551 = landingpad {i8*, i32}
25 %exn6 = landingpad {i8*, i32}
  /external/llvm/test/Transforms/ObjCARC/
retain-not-declared.ll 54 %exn91 = landingpad {i8*, i32}
59 %exn100 = landingpad {i8*, i32}
  /external/clang/test/CodeGenObjC/
autorelease.m 49 // CHECK: landingpad { i8*, i32 }
blocks-2.m 33 // CHECK: landingpad { i8*, i32 }
  /external/llvm/test/CodeGen/X86/
2007-05-05-Personality.ll 21 %eh_ptr = landingpad { i8*, i32 }
catchret-empty-fallthrough.ll 3 ; BranchFolding used to remove our empty landingpad block, which is
fast-isel-cmp-branch.ll 42 %exn = landingpad {i8*, i32}
gcc_except_table.ll 39 %0 = landingpad { i8*, i32 }
gcc_except_table_functions.ll 22 %0 = landingpad { i8*, i32 }
inalloca-invoke.ll 52 %lp = landingpad { i8*, i32 }
win64_call_epi.ll 18 %1 = landingpad { i8*, i32 } cleanup
  /external/llvm/test/Instrumentation/AddressSanitizer/
instrument-no-return.ll 41 %0 = landingpad { i8*, i32 }
  /external/llvm/test/Transforms/ArgumentPromotion/
crash.ll 12 %exn = landingpad {i8*, i32}
  /external/llvm/test/Transforms/Inline/
2007-04-15-InlineEH.ll 36 %exn = landingpad {i8*, i32}

Completed in 6364 milliseconds

1 2 3 4 5 67 8 91011>>