Home
last modified time | relevance | path

Searched refs:strip_path_prefix (Results 1 – 11 of 11) 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
346 buffer->AppendF("%s", StripPathPrefix(file, strip_path_prefix)); in RenderSourceLocation()
[all …]
H A Dsanitizer_stacktrace_printer.h34 const char *strip_path_prefix = "") = 0;
40 const char *strip_path_prefix);
44 const char *strip_path_prefix);
47 const char *strip_path_prefix = "") = 0;
89 bool vs_style, const char *strip_path_prefix = "") override;
99 const char *strip_path_prefix = "") override;
H A Dsanitizer_symbolizer_markup.h36 bool vs_style, const char *strip_path_prefix = "") override;
43 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.cpp61 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), in PrintStack()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp266 common_flags()->strip_path_prefix); in PrintStackAllocations()
302 common_flags()->strip_path_prefix); in PrintStackAllocations()