OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 --===//
41
struct
BoundsChecking
: public FunctionPass {
44
BoundsChecking
() : FunctionPass(ID) {
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
...]
Android.mk
5
BoundsChecking
.cpp \
/external/clang/lib/CodeGen/
CodeGenFunction.h
219
///
BoundsChecking
- Emit run-time bounds checks. Higher values mean
221
unsigned char
BoundsChecking
;
[
all
...]
Completed in 5358 milliseconds