Searched refs:ClInstrumentReads (Results 1 – 3 of 3) sorted by relevance
74 static cl::opt<bool> ClInstrumentReads("memprof-instrument-reads", variable279 if (!ClInstrumentReads) in isInterestingMemoryAccess()315 if (!ClInstrumentReads) in isInterestingMemoryAccess()
96 static cl::opt<bool> ClInstrumentReads("hwasan-instrument-reads", variable746 if (!ClInstrumentReads || ignoreAccess(I, LI->getPointerOperand())) in getInterestingMemoryOperands()936 (!ClInstrumentReads || ignoreAccess(MTI, MTI->getSource())); in ignoreMemIntrinsic()
208 static cl::opt<bool> ClInstrumentReads("asan-instrument-reads", variable1308 if (!ClInstrumentReads || ignoreAccess(I, LI->getPointerOperand())) in getInterestingMemoryOperands()1334 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()