Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1887 bool GenSlowPath = (ClAlwaysSlowPath || (TypeStoreSize < 8 * Granularity)); in instrumentAddress() local
1890 if (GenSlowPath) { in instrumentAddress()
1895 } else if (GenSlowPath) { in instrumentAddress()