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

/freebsd-10.2-release/lib/clang/libllvminstrumentation/
H A DMakefile9 BoundsChecking.cpp \
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp1 //===- BoundsChecking.cpp - Instrumentation for run-time bounds checking --===//
41 struct BoundsChecking : public FunctionPass { struct in namespace:__anon2738
44 BoundsChecking() : FunctionPass(ID) { function in struct:__anon2738::BoundsChecking
71 char BoundsChecking::ID = 0;
72 INITIALIZE_PASS(BoundsChecking, "bounds-checking", "Run-time bounds checking",
78 BasicBlock *BoundsChecking::getTrapBB() {
100 void BoundsChecking::emitBranchToTrap(Value *Cmp) {
129 bool BoundsChecking::instrument(Value *Ptr, Value *InstVal) {
168 bool BoundsChecking::runOnFunction(Function &F) {
211 return new BoundsChecking();
[all...]
/freebsd-10.2-release/contrib/llvm/tools/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 57 milliseconds