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