Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp360 static cl::opt<uint64_t> ClShadowBase("msan-shadow-base", variable
974 bool ShadowPassed = ClShadowBase.getNumOccurrences() > 0; in initializeModule()
980 CustomMapParams.ShadowBase = ClShadowBase; in initializeModule()