Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp90 static cl::opt<bool> ClInstrumentReads("memprof-instrument-reads", variable
336 if (!ClInstrumentReads) in isInterestingMemoryAccess()
372 if (!ClInstrumentReads) in isInterestingMemoryAccess()
H A DAddressSanitizer.cpp211 static cl::opt<bool> ClInstrumentReads("asan-instrument-reads", variable
1411 if (!ClInstrumentReads || ignoreAccess(I, LI->getPointerOperand())) in getInterestingMemoryOperands()
1440 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()
1459 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()
1485 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()
1512 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()
H A DHWAddressSanitizer.cpp105 static cl::opt<bool> ClInstrumentReads("hwasan-instrument-reads", variable
830 if (!ClInstrumentReads || ignoreAccess(ORE, I, LI->getPointerOperand())) in getInterestingMemoryOperands()
1062 (!ClInstrumentReads || ignoreAccess(ORE, MTI, MTI->getSource())); in ignoreMemIntrinsic()