/external/llvm/test/Instrumentation/AddressSanitizer/ |
localescape.ll | 27 %1 = landingpad { i8*, i32 }
|
/external/llvm/test/Instrumentation/SanitizerCoverage/ |
seh.ll | 29 %1 = landingpad { i8*, i32 }
|
/external/llvm/test/Transforms/PhaseOrdering/ |
gdce.ll | 86 %1 = landingpad { i8*, i32 }
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/ |
live-vector.ll | 93 %landing_pad4 = landingpad { i8*, i32 }
|
rematerialize-derived-pointers.ll | 113 %landing_pad4 = landingpad { i8*, i32 }
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
ordering.ll | 70 %l = landingpad { i8*, i32 }
|
/external/llvm/test/Verifier/ |
statepoint.ll | 76 %landing_pad = landingpad { i8*, i32 }
|
/external/llvm/utils/emacs/ |
llvm-mode.el | 48 `(,(regexp-opt '("phi" "tail" "call" "select" "to" "shl" "lshr" "ashr" "fcmp" "icmp" "va_arg" "landingpad") 'symbols) . font-lock-keyword-face)
|
/external/llvm/utils/vim/syntax/ |
llvm.vim | 30 syn keyword llvmStatement inttoptr invoke landingpad load lshr malloc max min
|
/external/clang/lib/CodeGen/ |
CGException.cpp | 236 /// Check whether a landingpad instruction only uses C++ features. 766 // Build the landingpad instruction. 787 // Filter scopes get added to the landingpad in weird ways. 825 // If not, add it directly to the landingpad. 831 // If we have a catch-all, add null to the landingpad. 837 // right place in the landingpad, which is to say, at the end. 863 "landingpad instruction has no clauses!"); [all...] |
/external/clang/test/CodeGenCXX/ |
arm.cpp | 314 // CHECK: landingpad { i8*, i32 } 354 // CHECK: landingpad { i8*, i32 }
|
destructors.cpp | 198 // CHECK4: landingpad { i8*, i32 } 218 // CHECK4: landingpad { i8*, i32 }
|
/external/llvm/include/llvm/Bitcode/ |
LLVMBitCodes.h | 411 FUNC_CODE_INST_LANDINGPAD_OLD = 40, // LANDINGPAD: [ty,val,val,num,id0,val0...] 421 FUNC_CODE_INST_LANDINGPAD = 47, // LANDINGPAD: [ty,val,num,id0,val0...]
|
/external/llvm/include/llvm/IR/ |
BasicBlock.h | 150 /// In particular, it skips all PHIs and LandingPad instructions. 314 /// \brief Return the landingpad instruction associated with the landing pad.
|
/external/llvm/test/Transforms/Inline/ |
2006-11-09-InlineCGUpdate.ll | 180 %exn = landingpad {i8*, i32} 310 %exn = landingpad {i8*, i32}
|
/external/clang/test/CodeGenObjCXX/ |
arc-exceptions.mm | 108 // CHECK: landingpad
|
/external/llvm/test/CodeGen/ARM/ |
2010-07-26-GlobalMerge.ll | 74 %exn.ptr = landingpad { i8*, i32 }
|
/external/llvm/test/CodeGen/X86/ |
2009-11-25-ImpDefBug.ll | 49 %exn = landingpad {i8*, i32}
|
2012-01-10-UndefExceptionEdge.ll | 46 %tmp22 = landingpad { i8*, i32 }
|
2012-11-30-misched-dbg.ll | 120 %0 = landingpad { i8*, i32 }
|
/external/llvm/test/Transforms/CodeExtractor/ |
2004-03-18-InvokeHandling.ll | 193 %exn = landingpad { i8*, i32 }
|
/external/llvm/test/Transforms/DeadArgElim/ |
aggregates.ll | 183 %tmp4 = landingpad { i8*, i32 }
|
/external/llvm/test/Transforms/FunctionAttrs/ |
nocapture.ll | 56 %exn = landingpad {i8*, i32}
|
/external/llvm/test/Transforms/LoopUnswitch/ |
2012-04-30-LoopUnswitch-LPad-Crash.ll | 36 %0 = landingpad { i8*, i32 }
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/ |
live-vector.ll | 89 %landing_pad4 = landingpad { i8*, i32 }
|