Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp74 static cl::opt<bool> ClInstrumentReads("memprof-instrument-reads", variable
337 if (!ClInstrumentReads) in isInterestingMemoryAccess()
373 if (!ClInstrumentReads) in isInterestingMemoryAccess()
H A DHWAddressSanitizer.cpp93 static cl::opt<bool> ClInstrumentReads("hwasan-instrument-reads", variable
744 if (!ClInstrumentReads || ignoreAccess(I, LI->getPointerOperand())) in getInterestingMemoryOperands()
923 (!ClInstrumentReads || ignoreAccess(MTI, MTI->getSource())); in ignoreMemIntrinsic()
H A DAddressSanitizer.cpp206 static cl::opt<bool> ClInstrumentReads("asan-instrument-reads", variable
1278 if (!ClInstrumentReads || ignoreAccess(I, LI->getPointerOperand())) in getInterestingMemoryOperands()
1303 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()