Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfInstrumentation.cpp82 static cl::opt<bool> ClInstrumentReads("memprof-instrument-reads", variable
298 if (!ClInstrumentReads) in isInterestingMemoryAccess()
334 if (!ClInstrumentReads) in isInterestingMemoryAccess()
H A DAddressSanitizer.cpp211 static cl::opt<bool> ClInstrumentReads("asan-instrument-reads", variable
1478 if (!ClInstrumentReads || ignoreAccess(I, LI->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()
H A DHWAddressSanitizer.cpp112 static cl::opt<bool> ClInstrumentReads("hwasan-instrument-reads", variable
868 if (!ClInstrumentReads || ignoreAccess(ORE, I, LI->getPointerOperand())) in getInterestingMemoryOperands()
1099 (!ClInstrumentReads || ignoreAccess(ORE, MTI, MTI->getSource())); in ignoreMemIntrinsic()