Searched refs:strip_path_prefix (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stacktrace_printer.cpp | 171 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 D | sanitizer_stacktrace_printer.h | 33 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 D | sanitizer_common.cpp | 88 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 D | sanitizer_symbolizer_markup.cpp | 29 const char *strip_path_prefix) { in RenderData() argument 43 const char *strip_path_prefix) { in RenderFrame() argument
|
H A D | sanitizer_stacktrace_libcdep.cpp | 48 common_flags()->strip_path_prefix); in ProcessAddressFrames() 215 common_flags()->strip_path_prefix); in __sanitizer_symbolize_global()
|
H A D | sanitizer_symbolizer_report.cpp | 65 common_flags()->symbolize_vs_style, common_flags()->strip_path_prefix); in ReportErrorSummary()
|
H A D | sanitizer_flags.inc | 35 COMMON_FLAG(const char *, strip_path_prefix, "",
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_diag.cpp | 155 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 D | tsan_report.cpp | 114 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 D | hwasan_report.cpp | 304 common_flags()->strip_path_prefix); in PrintStackAllocations() 340 common_flags()->strip_path_prefix); in PrintStackAllocations()
|