Searched refs:ClInstrumentReads (Results 1 – 3 of 3) sorted by relevance
73 static cl::opt<bool> ClInstrumentReads("memprof-instrument-reads", variable334 if (!ClInstrumentReads) in isInterestingMemoryAccess()376 if (!ClInstrumentReads) in isInterestingMemoryAccess()
86 static cl::opt<bool> ClInstrumentReads("hwasan-instrument-reads", variable743 if (!ClInstrumentReads || ignoreAccess(LI->getPointerOperand())) in getInterestingMemoryOperands()
198 static cl::opt<bool> ClInstrumentReads("asan-instrument-reads", variable1442 if (!ClInstrumentReads || ignoreAccess(LI->getPointerOperand())) in getInterestingMemoryOperands()1468 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()