Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_printer.cpp138 buffer->append("%s", StripPathPrefix(info->module, strip_path_prefix)); in RenderFrame()
153 buffer->append("%s", StripPathPrefix(info->file, strip_path_prefix)); in RenderFrame()
244 buffer->append("%s", StripPathPrefix(DI->file, strip_path_prefix)); in RenderData()
266 buffer->append("%s(%d", StripPathPrefix(file, strip_path_prefix), line); in RenderSourceLocation()
273 buffer->append("%s", StripPathPrefix(file, strip_path_prefix)); in RenderSourceLocation()
284 buffer->append("(%s", StripPathPrefix(module, strip_path_prefix)); in RenderModuleLocation()
H A Dsanitizer_common.cpp59 const char *StripPathPrefix(const char *filepath, in StripPathPrefix() function
H A Dsanitizer_common.h258 const char *StripPathPrefix(const char *filepath,
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp408 StripPathPrefix(info.file, common_flags()->strip_path_prefix), in PrintStack()