Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp76 static cl::opt<bool> ClInstrumentReads("hwasan-instrument-reads", variable
329 if (!ClInstrumentReads) return nullptr; in isInterestingMemoryAccess()
DAddressSanitizer.cpp196 static cl::opt<bool> ClInstrumentReads("asan-instrument-reads", variable
1222 if (!ClInstrumentReads) return nullptr; in isInterestingMemoryAccess()
1257 if (!ClInstrumentReads) in isInterestingMemoryAccess()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp142 static cl::opt<bool> ClInstrumentReads("asan-instrument-reads", variable
947 if (!ClInstrumentReads) return nullptr; in isInterestingMemoryAccess()