Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp216 static cl::opt<bool> ClAlwaysSlowPath( variable
1766 if (ClAlwaysSlowPath || (TypeSize < 8 * Granularity)) { in instrumentAddress()