Searched refs:ClInstrumentReads (Results 1 – 3 of 3) sorted by relevance
74 static cl::opt<bool> ClInstrumentReads("memprof-instrument-reads", variable337 if (!ClInstrumentReads) in isInterestingMemoryAccess()373 if (!ClInstrumentReads) in isInterestingMemoryAccess()
93 static cl::opt<bool> ClInstrumentReads("hwasan-instrument-reads", variable744 if (!ClInstrumentReads || ignoreAccess(I, LI->getPointerOperand())) in getInterestingMemoryOperands()923 (!ClInstrumentReads || ignoreAccess(MTI, MTI->getSource())); in ignoreMemIntrinsic()
206 static cl::opt<bool> ClInstrumentReads("asan-instrument-reads", variable1278 if (!ClInstrumentReads || ignoreAccess(I, LI->getPointerOperand())) in getInterestingMemoryOperands()1303 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()