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

<<1112131415

  /external/clang/test/CodeGenCXX/
exceptions.cpp 501 // CHECK: landingpad
513 // CHECK: landingpad
529 // (After this is a terminate landingpad.)
pod-member-memcpys.cpp 251 // CHECK: landingpad
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 708 uintptr_t landingPad = readEncodedPointer(&callSitePtr,
720 if (landingPad == 0) {
789 _Unwind_SetIP(context, funcStart + landingPad);
    [all...]
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 465 /// If BB is a landingpad block then additional basicblock might be introduced.
535 /// block gets the remaining predecessors of OrigBB. The landingpad instruction
629 // Create a PHI node for the two cloned landingpad instructions.
    [all...]
  /external/llvm/test/CodeGen/ARM/
ehabi.ll 98 %0 = landingpad { i8*, i32 }
114 %3 = landingpad { i8*, i32 }
123 %4 = landingpad { i8*, i32 }
debug-frame.ll 82 %0 = landingpad { i8*, i32 }
98 %3 = landingpad { i8*, i32 }
107 %4 = landingpad { i8*, i32 }
  /external/llvm/test/DebugInfo/X86/
sret.ll 164 %2 = landingpad { i8*, i32 }
184 %5 = landingpad { i8*, i32 }
232 %1 = landingpad { i8*, i32 }
  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 256 /// landingpad instruction and add them to the specified machine module info.
  /external/llvm/test/CodeGen/X86/
global-sections.ll 69 landingpad { i8*, i32 }
  /external/llvm/test/DebugInfo/Generic/
inline-debug-info-multiret.ll 73 %1 = landingpad { i8*, i32 }
inline-debug-info.ll 91 %1 = landingpad { i8*, i32 }
  /external/llvm/test/Transforms/InstCombine/
call.ll 139 %exn = landingpad {i8*, i32}
malloc-free-delete.ll 142 %0 = landingpad { i8*, i32 } cleanup
  /external/llvm/unittests/IR/
DominatorTreeTest.cpp 229 " %y5 = landingpad i32\n" \
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 220 // If this is a non-landingpad EH pad, mark this function as using
550 /// landingpad instruction and add them to the specified machine module info.
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 155 /// substituteLPadValues - Substitute the values returned by the landingpad
363 // Move the landingpad instruction back to the top of the landing pad block.
  /external/llvm/lib/IR/
Instruction.cpp 268 case LandingPad: return "landingpad";
BasicBlock.cpp 427 /// Return the landingpad instruction associated with the landing pad.
Verifier.cpp 38 // * A landing pad is defined by a landingpad instruction, and can be jumped to
40 // * A landingpad instruction must be the first non-PHI instruction in the
42 // * Landingpad instructions must be in a function with a personality function.
196 /// \brief The result type for a landingpad.
    [all...]
  /external/llvm/test/Transforms/MergeFunc/
2011-02-08-RemoveEqual.ll 78 %eh_ptr = landingpad { i8*, i32 }
204 %eh_ptr = landingpad { i8*, i32 }
  /external/llvm/test/Transforms/IndVarSimplify/
2004-04-05-InvokeCastCrash.ll 121 %exn0.i = landingpad {i8*, i32}
171 %exn.i.i = landingpad {i8*, i32}
265 %exn.i52.i = landingpad {i8*, i32}
  /external/llvm/lib/Target/X86/
X86WinEHState.cpp 441 // Look up the state number of the landingpad this unwinds to.
  /external/llvm/test/Transforms/GVN/
cond_br2.ll 101 %12 = landingpad { i8*, i32 }
  /external/llvm/test/Transforms/ObjCARC/
ensure-that-exception-unwind-path-is-visited.ll 57 %tmp4 = landingpad { i8*, i32 }
  /external/llvm/test/Transforms/RewriteStatepointsForGC/
rematerialize-derived-pointers.ll 166 %landing_pad4 = landingpad { i8*, i32 }

Completed in 1316 milliseconds

<<1112131415