Home
last modified time | relevance | path

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

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