Searched refs:StripPathPrefix (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stacktrace_printer.cpp | 198 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 D | sanitizer_common.cpp | 87 const char *StripPathPrefix(const char *filepath, in StripPathPrefix() function
|
H A D | sanitizer_common.h | 272 const char *StripPathPrefix(const char *filepath,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_report.cpp | 376 StripPathPrefix(info.file, common_flags()->strip_path_prefix),
|