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

  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 85 CallInst *TrapCall = Builder->CreateCall(F, {});
86 TrapCall->setDoesNotReturn();
87 TrapCall->setDoesNotThrow();
88 TrapCall->setDebugLoc(Inst->getDebugLoc());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 189 CallInst *TrapCall = IRB.CreateCall(F, {});
190 TrapCall->setDoesNotReturn();
191 TrapCall->setDoesNotThrow();
192 TrapCall->setDebugLoc(DebugLoc);
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]

Completed in 1097 milliseconds