Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp79 ClInstrumentWrites("memprof-instrument-writes", variable
343 if (!ClInstrumentWrites) in isInterestingMemoryAccess()
366 if (!ClInstrumentWrites) in isInterestingMemoryAccess()
H A DHWAddressSanitizer.cpp98 ClInstrumentWrites("hwasan-instrument-writes", variable
749 if (!ClInstrumentWrites || ignoreAccess(I, SI->getPointerOperand())) in getInterestingMemoryOperands()
922 return (!ClInstrumentWrites || ignoreAccess(MTI, MTI->getDest())) && in ignoreMemIntrinsic()
926 return !ClInstrumentWrites || ignoreAccess(MI, MI->getDest()); in ignoreMemIntrinsic()
H A DAddressSanitizer.cpp210 static cl::opt<bool> ClInstrumentWrites( variable
1283 if (!ClInstrumentWrites || ignoreAccess(I, SI->getPointerOperand())) in getInterestingMemoryOperands()
1303 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()