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

  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 87 CallInst *TrapCall = Builder->CreateCall(F);
88 TrapCall->setDoesNotReturn();
89 TrapCall->setDoesNotThrow();
90 TrapCall->setDebugLoc(Inst->getDebugLoc());
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]

Completed in 82 milliseconds