Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDHWAddressSanitizer.cpp86 static cl::opt<bool> ClInstrumentReads("hwasan-instrument-reads", variable
518 if (!ClInstrumentReads) return nullptr; in isInterestingMemoryAccess()
HDAddressSanitizer.cpp203 static cl::opt<bool> ClInstrumentReads("asan-instrument-reads", variable
1359 if (!ClInstrumentReads) return nullptr; in isInterestingMemoryAccess()
1394 if (!ClInstrumentReads) in isInterestingMemoryAccess()