Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Transforms/Instrumentation/
HDAddressSanitizer.cpp118 static cl::opt<bool> ClAlwaysSlowPath("asan-always-slow-path", variable
799 if (ClAlwaysSlowPath || (TypeSize < 8 * Granularity)) { in instrumentAddress()