Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp79 static cl::opt<bool> ClInstrumentReads("hwasan-instrument-reads", variable
436 if (!ClInstrumentReads) return nullptr; in isInterestingMemoryAccess()
H A DAddressSanitizer.cpp197 static cl::opt<bool> ClInstrumentReads("asan-instrument-reads", variable
1229 if (!ClInstrumentReads) return nullptr; in isInterestingMemoryAccess()
1264 if (!ClInstrumentReads) in isInterestingMemoryAccess()