Home
last modified time | relevance | path

Searched refs:ClInstrumentWrites (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DMemProfiler.cpp78 ClInstrumentWrites("memprof-instrument-writes", variable
341 if (!ClInstrumentWrites) in isInterestingMemoryAccess()
370 if (!ClInstrumentWrites) in isInterestingMemoryAccess()
DHWAddressSanitizer.cpp90 static cl::opt<bool> ClInstrumentWrites( variable
657 if (!ClInstrumentWrites || ignoreAccess(SI->getPointerOperand())) in getInterestingMemoryOperands()
DAddressSanitizer.cpp202 static cl::opt<bool> ClInstrumentWrites( variable
1386 if (!ClInstrumentWrites || ignoreAccess(SI->getPointerOperand())) in getInterestingMemoryOperands()
1407 if (IsWrite ? !ClInstrumentWrites : !ClInstrumentReads) in getInterestingMemoryOperands()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp90 static cl::opt<bool> ClInstrumentWrites( variable
524 if (!ClInstrumentWrites) return nullptr; in isInterestingMemoryAccess()
DAddressSanitizer.cpp207 static cl::opt<bool> ClInstrumentWrites( variable
1365 if (!ClInstrumentWrites) return nullptr; in isInterestingMemoryAccess()
1388 if (!ClInstrumentWrites) in isInterestingMemoryAccess()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp145 static cl::opt<bool> ClInstrumentWrites( variable
953 if (!ClInstrumentWrites) return nullptr; in isInterestingMemoryAccess()