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 88 CallInst *TrapCall = Builder->CreateCall(F);
89 TrapCall->setDoesNotReturn();
90 TrapCall->setDoesNotThrow();
91 TrapCall->setDebugLoc(Inst->getDebugLoc());
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]

Completed in 34 milliseconds