Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp93 ClInstrumentWrites("memprof-instrument-writes", variable
300 if (!ClInstrumentWrites) in isInterestingMemoryAccess()
323 if (!ClInstrumentWrites) in isInterestingMemoryAccess()
H A DHWAddressSanitizer.cpp103 ClInstrumentWrites("hwasan-instrument-writes", variable
801 if (!ClInstrumentWrites || ignoreAccess(I, SI->getPointerOperand())) in getInterestingMemoryOperands()
1004 return (!ClInstrumentWrites || ignoreAccess(MTI, MTI->getDest())) && in ignoreMemIntrinsic()
1008 return !ClInstrumentWrites || ignoreAccess(MI, MI->getDest()); in ignoreMemIntrinsic()
H A DAddressSanitizer.cpp214 static cl::opt<bool> ClInstrumentWrites( variable
1336 if (!ClInstrumentWrites || ignoreAccess(I, SI->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()