Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_printer.cpp198 buffer->AppendF("%s", StripPathPrefix(info->module, strip_path_prefix)); in RenderFrame()
216 buffer->AppendF("%s", StripPathPrefix(info->file, strip_path_prefix)); in RenderFrame()
316 buffer->AppendF("%s", StripPathPrefix(DI->file, strip_path_prefix)); in RenderData()
339 buffer->AppendF("%s(%d", StripPathPrefix(file, strip_path_prefix), line); in RenderSourceLocation()
346 buffer->AppendF("%s", StripPathPrefix(file, strip_path_prefix)); in RenderSourceLocation()
358 buffer->AppendF("(%s", StripPathPrefix(module, strip_path_prefix)); in RenderModuleLocation()
H A Dsanitizer_common.cpp87 const char *StripPathPrefix(const char *filepath, in StripPathPrefix() function
H A Dsanitizer_common.h272 const char *StripPathPrefix(const char *filepath,
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp376 StripPathPrefix(info.file, common_flags()->strip_path_prefix),