Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_printer.cpp151 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 Dsanitizer_stacktrace_printer.h51 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 Dsanitizer_common.cpp68 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 Dsanitizer_symbolizer_markup.cpp85 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 Dsanitizer_stacktrace_libcdep.cpp46 common_flags()->strip_path_prefix); in ProcessAddressFrames()
213 RenderData(&data_desc, fmt, &DI, common_flags()->strip_path_prefix); in __sanitizer_symbolize_global()
H A Dsanitizer_symbolizer_report.cpp38 common_flags()->strip_path_prefix); in ReportErrorSummary()
H A Dsanitizer_flags.inc35 COMMON_FLAG(const char *, strip_path_prefix, "",
/openbsd/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp154 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 Dtsan_report.cpp118 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 DSanitizerCoverage.rst102 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 Dhwasan_report.cpp250 common_flags()->strip_path_prefix); in PrintStackAllocations()