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

1 2 3 4 5 6 78 91011>>

  /external/llvm/test/Transforms/InstCombine/
2008-05-09-SinkOfInvoke.ll 32 %exn = landingpad {i8*, i32}
objsize-64.ll 34 %1 = landingpad { i8*, i32 }
  /external/llvm/test/Transforms/InstSimplify/
2011-09-05-InsertExtractValue.ll 11 %ex = landingpad { i8*, i32 } cleanup
  /external/llvm/test/Transforms/PlaceSafepoints/
statepoint-calling-conventions.ll 18 %landing_pad4 = landingpad {i8*, i32}
statepoint-format.ll 18 %landing_pad4 = landingpad {i8*, i32}
  /external/libcxxabi/src/
cxa_personality.cpp 63 | | landingPad | (encoded with callSiteEncoding) | offset relative to lpStart | |
76 | | landingPad | (ULEB128) | offset relative to lpStart | |
129 * landingPad can be 0, this implies there is nothing to be done.
131 * landingPad != 0 and actionEntry == 0 implies a cleanup needs to be done
132 @landingPad.
134 * A cleanup can also be found under landingPad != 0 and actionEntry != 0 in
502 uintptr_t landingPad; // null -> nothing found, else something found
521 _Unwind_SetIP(context, results.landingPad);
553 results.landingPad = 0;
650 uintptr_t landingPad = readEncodedPointer(&callSitePtr, callSiteEncoding)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_personality.cpp 66 | | landingPad | (encoded with callSiteEncoding) | offset relative to lpStart | |
79 | | landingPad | (ULEB128) | offset relative to lpStart | |
132 * landingPad can be 0, this implies there is nothing to be done.
134 * landingPad != 0 and actionEntry == 0 implies a cleanup needs to be done
135 @landingPad.
137 * A cleanup can also be found under landingPad != 0 and actionEntry != 0 in
499 uintptr_t landingPad; // null -> nothing found, else something found
518 _Unwind_SetIP(context, results.landingPad);
550 results.landingPad = 0;
647 uintptr_t landingPad = readEncodedPointer(&callSitePtr, callSiteEncoding)
    [all...]
  /external/compiler-rt/lib/builtins/
gcc_personality_v0.c 188 uintptr_t landingPad = readEncodedPointer(&p, callSiteEncoding);
190 if ( landingPad == 0 )
201 _Unwind_SetIP(context, (funcStart + landingPad));
  /external/llvm/test/Analysis/Lint/
cppeh-catch-intrinsics-clean.ll 21 %0 = landingpad { i8*, i32 }
56 %0 = landingpad { i8*, i32 }
68 %l1.0 = landingpad { i8*, i32 }
  /external/llvm/test/CodeGen/ARM/
debug-frame-no-debug.ll 43 %0 = landingpad { i8*, i32 }
59 %3 = landingpad { i8*, i32 }
68 %4 = landingpad { i8*, i32 }
sjlj-prepare-critical-edge.ll 20 %0 = landingpad { i8*, i32 }
27 %3 = landingpad { i8*, i32 }
35 %6 = landingpad { i8*, i32 }
48 %8 = landingpad { i8*, i32 }
134 %2 = landingpad { i8*, i32 }
141 %5 = landingpad { i8*, i32 }
164 %8 = landingpad { i8*, i32 }
2010-08-04-EHCrash.ll 37 %eh_ptr = landingpad { i8*, i32 }
2011-12-19-sjlj-clobber.ll 40 %tmp16 = landingpad { i8*, i32 }
2014-05-14-DwarfEHCrash.ll 17 %0 = landingpad { i8*, i32 }
  /external/llvm/test/CodeGen/X86/
win64_eh.ll 111 to label %finally unwind label %landingpad
117 landingpad:
118 %landing_pad = landingpad { i8*, i32 }
statepoint-invoke.ll 34 %landing_pad = landingpad { i8*, i32 }
66 %landing_pad = landingpad { i8*, i32 }
123 %landing_pad = landingpad { i8*, i32 }
130 %landing_pad1 = landingpad { i8*, i32 }
155 %landing_pad = landingpad { i8*, i32 }
186 %landing_pad = landingpad { i8*, i32 }
2010-04-30-LocalAlloc-LandingPad.ll 33 %1 = landingpad { i8*, i32 }
39 %exc1.ptr = landingpad { i8*, i32 }
60 %exc3 = landingpad { i8*, i32 }
  /external/llvm/test/CodeGen/PowerPC/
extra-toc-reg-deps.ll 127 %0 = landingpad { i8*, i32 }
160 %1 = landingpad { i8*, i32 }
184 %2 = landingpad { i8*, i32 }
203 %3 = landingpad { i8*, i32 }
208 %4 = landingpad { i8*, i32 }
218 %5 = landingpad { i8*, i32 }
250 %6 = landingpad { i8*, i32 }
255 %7 = landingpad { i8*, i32 }
265 %8 = landingpad { i8*, i32 }
286 %9 = landingpad { i8*, i32
    [all...]
  /external/llvm/test/Transforms/Inline/
deopt-bundles.ll 76 %cleanup = landingpad i8 cleanup
88 %cleanup = landingpad i8 cleanup
108 %cleanup = landingpad i8 cleanup
  /external/llvm/test/Transforms/LCSSA/
invoke-dest.ll 113 %exn = landingpad {i8*, i32}
118 %exn119 = landingpad {i8*, i32}
123 %exn123 = landingpad {i8*, i32}
  /external/clang/test/CodeGenCXX/
typeid.cpp 41 // CHECK: landingpad { i8*, i32 }
windows-itanium-exceptions.cpp 32 // CHECK: %0 = landingpad { i8*, i32 }
  /external/llvm/test/CodeGen/AArch64/
pic-eh-stubs.ll 30 %0 = landingpad { i8*, i32 }
  /external/llvm/test/CodeGen/Generic/
2007-04-30-LandingPadBranchFolding.ll 48 %lpad = landingpad { i8*, i32 }
  /external/llvm/test/CodeGen/Mips/
eh.ll 29 %exn.val = landingpad { i8*, i32 }

Completed in 515 milliseconds

1 2 3 4 5 6 78 91011>>