Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_suppressions.cpp25 static const char kInterceptorName[] = "interceptor_name"; variable
30 kInterceptorName, kInterceptorViaFunction, kInterceptorViaLibrary,
50 return suppression_ctx->Match(interceptor_name, kInterceptorName, &s); in IsInterceptorSuppressed()