Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp234 static cl::opt<bool> ClAlwaysSlowPath( variable
1887 bool GenSlowPath = (ClAlwaysSlowPath || (TypeStoreSize < 8 * Granularity)); in instrumentAddress()