Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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
743 if (!ClInstrumentReads || ignoreAccess(LI->getPointerOperand())) in getInterestingMemoryOperands()
H A DAddressSanitizer.cpp198 static cl::opt<bool> ClInstrumentReads("asan-instrument-reads", variable
1442 if (!ClInstrumentReads || ignoreAccess(LI->getPointerOperand())) in getInterestingMemoryOperands()
1468 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()