Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_printer.cpp41 auto try_strip = [function](const char *prefix) -> const char * { in StripFunctionName() local
48 if (const char *s = try_strip("wrap_")) in StripFunctionName()
51 if (const char *s = try_strip("__asan_wrap_")) in StripFunctionName()
54 if (const char *s = try_strip("___interceptor_")) in StripFunctionName()
56 if (const char *s = try_strip("__interceptor_")) in StripFunctionName()