Home
last modified time | relevance | path

Searched refs:ClInstrumentReads (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DMemProfiler.cpp73 static cl::opt<bool> ClInstrumentReads("memprof-instrument-reads", variable
334 if (!ClInstrumentReads) in isInterestingMemoryAccess()
376 if (!ClInstrumentReads) in isInterestingMemoryAccess()
DHWAddressSanitizer.cpp86 static cl::opt<bool> ClInstrumentReads("hwasan-instrument-reads", variable
652 if (!ClInstrumentReads || ignoreAccess(LI->getPointerOperand())) in getInterestingMemoryOperands()
DAddressSanitizer.cpp198 static cl::opt<bool> ClInstrumentReads("asan-instrument-reads", variable
1381 if (!ClInstrumentReads || ignoreAccess(LI->getPointerOperand())) in getInterestingMemoryOperands()
1407 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp86 static cl::opt<bool> ClInstrumentReads("hwasan-instrument-reads", variable
518 if (!ClInstrumentReads) return nullptr; in isInterestingMemoryAccess()
DAddressSanitizer.cpp203 static cl::opt<bool> ClInstrumentReads("asan-instrument-reads", variable
1359 if (!ClInstrumentReads) return nullptr; in isInterestingMemoryAccess()
1394 if (!ClInstrumentReads) in isInterestingMemoryAccess()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp142 static cl::opt<bool> ClInstrumentReads("asan-instrument-reads", variable
947 if (!ClInstrumentReads) return nullptr; in isInterestingMemoryAccess()