Searched refs:BoundsChecking (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp1 //===- BoundsChecking.cpp - Instrumentation for run-time bounds checking --===//
41 struct BoundsChecking : public FunctionPass { struct in namespace:__anon22541
44 BoundsChecking() : FunctionPass(ID) { function in struct:__anon22541::BoundsChecking
71 char BoundsChecking::ID = 0;
72 INITIALIZE_PASS(BoundsChecking, "bounds-checking", "Run-time bounds checking",
78 BasicBlock *BoundsChecking::getTrapBB() {
101 void BoundsChecking::emitBranchToTrap(Value *Cmp) {
130 bool BoundsChecking::instrument(Value *Ptr, Value *InstVal) {
169 bool BoundsChecking::runOnFunction(Function &F) {
211 return new BoundsChecking();
[all...]
H A DAndroid.mk5 BoundsChecking.cpp \
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h219 /// BoundsChecking - Emit run-time bounds checks. Higher values mean
221 unsigned char BoundsChecking; member in class:clang::CodeGen::CodeGenFunction

Completed in 139 milliseconds