Home
last modified time | relevance | path

Searched refs:strip_path_prefix (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_printer.cpp171 const char *strip_path_prefix) { in RenderFrame() argument
198 buffer->AppendF("%s", StripPathPrefix(info->module, strip_path_prefix)); in RenderFrame()
216 buffer->AppendF("%s", StripPathPrefix(info->file, strip_path_prefix)); in RenderFrame()
237 vs_style, strip_path_prefix); in RenderFrame()
243 vs_style, strip_path_prefix); in RenderFrame()
246 info->module_arch, strip_path_prefix); in RenderFrame()
304 const char *strip_path_prefix) { in RenderData() argument
316 buffer->AppendF("%s", StripPathPrefix(DI->file, strip_path_prefix)); in RenderData()
337 const char *strip_path_prefix) { in RenderSourceLocation() argument
339 buffer->AppendF("%s(%d", StripPathPrefix(file, strip_path_prefix), line); in RenderSourceLocation()
[all …]
H A Dsanitizer_stacktrace_printer.h33 bool vs_style, const char *strip_path_prefix = "") {
45 const char *strip_path_prefix);
49 const char *strip_path_prefix);
52 const char *strip_path_prefix = "") {
97 bool vs_style, const char *strip_path_prefix = "") override;
107 const char *strip_path_prefix = "") override;
H A Dsanitizer_common.cpp88 const char *strip_path_prefix) { in StripPathPrefix() argument
90 if (!strip_path_prefix) return filepath; in StripPathPrefix()
92 if (const char *pos = internal_strstr(filepath, strip_path_prefix)) in StripPathPrefix()
93 res = pos + internal_strlen(strip_path_prefix); in StripPathPrefix()
H A Dsanitizer_symbolizer_markup.cpp29 const char *strip_path_prefix) { in RenderData() argument
43 const char *strip_path_prefix) { in RenderFrame() argument
H A Dsanitizer_stacktrace_libcdep.cpp48 common_flags()->strip_path_prefix); in ProcessAddressFrames()
215 common_flags()->strip_path_prefix); in __sanitizer_symbolize_global()
H A Dsanitizer_symbolizer_report.cpp65 common_flags()->symbolize_vs_style, common_flags()->strip_path_prefix); in ReportErrorSummary()
H A Dsanitizer_flags.inc35 COMMON_FLAG(const char *, strip_path_prefix, "",
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp155 common_flags()->strip_path_prefix); in RenderLocation()
167 common_flags()->strip_path_prefix); in RenderLocation()
171 common_flags()->strip_path_prefix); in RenderLocation()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp114 common_flags()->strip_path_prefix); in PrintStack()
376 StripPathPrefix(info.file, common_flags()->strip_path_prefix),
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp304 common_flags()->strip_path_prefix); in PrintStackAllocations()
340 common_flags()->strip_path_prefix); in PrintStackAllocations()