Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp73 static cl::opt<bool> ClInstrumentReads("memprof-instrument-reads", variable
334 if (!ClInstrumentReads) in isInterestingMemoryAccess()
376 if (!ClInstrumentReads) in isInterestingMemoryAccess()
H A DHWAddressSanitizer.cpp86 static cl::opt<bool> ClInstrumentReads("hwasan-instrument-reads", variable
664 if (!ClInstrumentReads || ignoreAccess(LI->getPointerOperand())) in getInterestingMemoryOperands()
H A DAddressSanitizer.cpp202 static cl::opt<bool> ClInstrumentReads("asan-instrument-reads", variable
1432 if (!ClInstrumentReads || ignoreAccess(LI->getPointerOperand())) in getInterestingMemoryOperands()
1458 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()