Searched refs:strip_path_prefix (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace_printer.h27 // You may additionally pass "strip_path_prefix" to strip prefixes of paths to
49 const AddressInfo &info, const char *strip_path_prefix = "",
53 int line, int column, const char *strip_path_prefix);
56 uptr offset, const char *strip_path_prefix);
H A Dsanitizer_stacktrace_printer.cc27 const AddressInfo &info, const char *strip_path_prefix,
49 buffer->append("%s", StripPathPrefix(info.module, strip_path_prefix));
63 buffer->append("%s", StripPathPrefix(info.file, strip_path_prefix));
84 strip_path_prefix);
90 strip_path_prefix);
93 strip_path_prefix);
115 int line, int column, const char *strip_path_prefix) {
116 buffer->append("%s", StripPathPrefix(file, strip_path_prefix));
125 uptr offset, const char *strip_path_prefix) {
126 buffer->append("(%s+0x%zx)", StripPathPrefix(module, strip_path_prefix),
26 RenderFrame(InternalScopedString *buffer, const char *format, int frame_no, const AddressInfo &info, const char *strip_path_prefix, const char *strip_func_prefix) argument
114 RenderSourceLocation(InternalScopedString *buffer, const char *file, int line, int column, const char *strip_path_prefix) argument
124 RenderModuleLocation(InternalScopedString *buffer, const char *module, uptr offset, const char *strip_path_prefix) argument
[all...]
H A Dsanitizer_flags.h32 const char *strip_path_prefix; member in struct:__sanitizer::CommonFlags
H A Dsanitizer_common.cc145 const char *strip_path_prefix) {
147 if (strip_path_prefix == 0) return filepath;
148 const char *pos = internal_strstr(filepath, strip_path_prefix);
150 pos += internal_strlen(strip_path_prefix);
180 file ? StripPathPrefix(file, common_flags()->strip_path_prefix) : "??",
144 StripPathPrefix(const char *filepath, const char *strip_path_prefix) argument
H A Dsanitizer_stacktrace_libcdep.cc45 info, common_flags()->strip_path_prefix);
H A Dsanitizer_flags.cc39 f->strip_path_prefix = "";
83 ParseFlag(str, &f->strip_path_prefix, "strip_path_prefix",
/haiku-buildtools/gcc/libsanitizer/ubsan/
H A Dubsan_diag.cc132 SLoc.getColumn(), common_flags()->strip_path_prefix);
138 common_flags()->strip_path_prefix);
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_report.cc122 common_flags()->strip_path_prefix, "__interceptor_");

Completed in 78 milliseconds