Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_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()
HDsanitizer_common.cpp87 const char *StripPathPrefix(const char *filepath, in StripPathPrefix() function
HDsanitizer_common.h272 const char *StripPathPrefix(const char *filepath,
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_report.cpp376 StripPathPrefix(info.file, common_flags()->strip_path_prefix), in PrintStack()