Searched refs:ClInstrumentReads (Results 1 – 3 of 3) sorted by relevance
88 static cl::opt<bool> ClInstrumentReads("memprof-instrument-reads", variable294 if (!ClInstrumentReads) in isInterestingMemoryAccess()330 if (!ClInstrumentReads) in isInterestingMemoryAccess()
210 static cl::opt<bool> ClInstrumentReads("asan-instrument-reads", variable1331 if (!ClInstrumentReads || ignoreAccess(I, LI->getPointerOperand())) in getInterestingMemoryOperands()1360 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()1379 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()1405 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()1432 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()
98 static cl::opt<bool> ClInstrumentReads("hwasan-instrument-reads", variable796 if (!ClInstrumentReads || ignoreAccess(I, LI->getPointerOperand())) in getInterestingMemoryOperands()1005 (!ClInstrumentReads || ignoreAccess(MTI, MTI->getSource())); in ignoreMemIntrinsic()