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

  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 1 //===- BoundsChecking.cpp - Instrumentation for run-time bounds checking --===//
42 struct BoundsChecking : public FunctionPass {
45 BoundsChecking() : FunctionPass(ID) {
70 char BoundsChecking::ID = 0;
71 INITIALIZE_PASS(BoundsChecking, "bounds-checking", "Run-time bounds checking",
77 BasicBlock *BoundsChecking::getTrapBB() {
99 void BoundsChecking::emitBranchToTrap(Value *Cmp) {
128 bool BoundsChecking::instrument(Value *Ptr, Value *InstVal) {
167 bool BoundsChecking::runOnFunction(Function &F) {
210 return new BoundsChecking();
    [all...]
Android.mk 5 BoundsChecking.cpp \
  /external/clang/lib/CodeGen/
CodeGenFunction.h 230 /// BoundsChecking - Emit run-time bounds checks. Higher values mean
232 unsigned char BoundsChecking;
    [all...]

Completed in 50 milliseconds