Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp128 static cl::opt<bool> ClInstrumentStack("hwasan-instrument-stack", variable
267 return !shouldUsePageAliases(TargetTriple) && ClInstrumentStack; in shouldInstrumentStack()