Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp74 static cl::opt<bool> ClInstrumentReads("memprof-instrument-reads", variable
279 if (!ClInstrumentReads) in isInterestingMemoryAccess()
315 if (!ClInstrumentReads) in isInterestingMemoryAccess()
H A DHWAddressSanitizer.cpp96 static cl::opt<bool> ClInstrumentReads("hwasan-instrument-reads", variable
746 if (!ClInstrumentReads || ignoreAccess(I, LI->getPointerOperand())) in getInterestingMemoryOperands()
936 (!ClInstrumentReads || ignoreAccess(MTI, MTI->getSource())); in ignoreMemIntrinsic()
H A DAddressSanitizer.cpp208 static cl::opt<bool> ClInstrumentReads("asan-instrument-reads", variable
1308 if (!ClInstrumentReads || ignoreAccess(I, LI->getPointerOperand())) in getInterestingMemoryOperands()
1334 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()