Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfInstrumentation.cpp87 ClInstrumentWrites("memprof-instrument-writes", variable
304 if (!ClInstrumentWrites) in isInterestingMemoryAccess()
327 if (!ClInstrumentWrites) in isInterestingMemoryAccess()
H A DHWAddressSanitizer.cpp117 ClInstrumentWrites("hwasan-instrument-writes", variable
873 if (!ClInstrumentWrites || ignoreAccess(ORE, I, SI->getPointerOperand())) in getInterestingMemoryOperands()
1098 return (!ClInstrumentWrites || ignoreAccess(ORE, MTI, MTI->getDest())) && in ignoreMemIntrinsic()
1102 return !ClInstrumentWrites || ignoreAccess(ORE, MI, MI->getDest()); in ignoreMemIntrinsic()
H A DAddressSanitizer.cpp215 static cl::opt<bool> ClInstrumentWrites( variable
1483 if (!ClInstrumentWrites || ignoreAccess(I, SI->getPointerOperand())) in getInterestingMemoryOperands()
1507 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()
1526 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()
1552 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()
1579 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()