Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp152 static cl::opt<bool> ClAlwaysSlowPath( variable
1167 if (ClAlwaysSlowPath || (TypeSize < 8 * Granularity)) { in instrumentAddress()