Searched refs:strip_path_prefix (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stacktrace_printer.cpp | 151 buffer->append("%s", StripPathPrefix(info->module, strip_path_prefix)); in RenderFrame() 169 buffer->append("%s", StripPathPrefix(info->file, strip_path_prefix)); in RenderFrame() 190 vs_style, strip_path_prefix); in RenderFrame() 196 vs_style, strip_path_prefix); in RenderFrame() 199 info->module_arch, strip_path_prefix); in RenderFrame() 251 const DataInfo *DI, const char *strip_path_prefix) { in RenderData() argument 263 buffer->append("%s", StripPathPrefix(DI->file, strip_path_prefix)); in RenderData() 283 const char *strip_path_prefix) { in RenderSourceLocation() argument 292 buffer->append("%s", StripPathPrefix(file, strip_path_prefix)); in RenderSourceLocation() 302 const char *strip_path_prefix) { in RenderModuleLocation() argument [all …]
|
H A D | sanitizer_stacktrace_printer.h | 51 const char *strip_path_prefix = "", 58 const char *strip_path_prefix); 62 const char *strip_path_prefix); 69 const DataInfo *DI, const char *strip_path_prefix = "");
|
H A D | sanitizer_common.cpp | 68 const char *strip_path_prefix) { in StripPathPrefix() argument 70 if (!strip_path_prefix) return filepath; in StripPathPrefix() 72 if (const char *pos = internal_strstr(filepath, strip_path_prefix)) in StripPathPrefix() 73 res = pos + internal_strlen(strip_path_prefix); in StripPathPrefix()
|
H A D | sanitizer_symbolizer_markup.cpp | 85 const DataInfo *DI, const char *strip_path_prefix) { in RenderData() argument 94 const char *strip_path_prefix, const char *strip_func_prefix) { in RenderFrame() argument
|
H A D | sanitizer_stacktrace_libcdep.cpp | 46 common_flags()->strip_path_prefix); in ProcessAddressFrames() 213 RenderData(&data_desc, fmt, &DI, common_flags()->strip_path_prefix); in __sanitizer_symbolize_global()
|
H A D | sanitizer_symbolizer_report.cpp | 38 common_flags()->strip_path_prefix); in ReportErrorSummary()
|
H A D | sanitizer_flags.inc | 35 COMMON_FLAG(const char *, strip_path_prefix, "",
|
/openbsd/gnu/llvm/compiler-rt/lib/ubsan/ |
H A D | ubsan_diag.cpp | 154 common_flags()->strip_path_prefix); in RenderLocation() 165 common_flags()->strip_path_prefix); in RenderLocation() 168 Info.module_arch, common_flags()->strip_path_prefix); in RenderLocation()
|
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_report.cpp | 118 common_flags()->strip_path_prefix, kInterposedFunctionPrefix); in PrintStack() 395 StripPathPrefix(info.file, common_flags()->strip_path_prefix), in PrintStack()
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | SanitizerCoverage.rst | 102 ASAN_OPTIONS=strip_path_prefix=`pwd`/ ./a.out 112 ASAN_OPTIONS=strip_path_prefix=`pwd`/ ./a.out with-foo 519 -strip_path_prefix=<string> - Strip this prefix from file paths in reports
|
/openbsd/gnu/llvm/compiler-rt/lib/hwasan/ |
H A D | hwasan_report.cpp | 250 common_flags()->strip_path_prefix); in PrintStackAllocations()
|