Home
last modified time | relevance | path

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

12

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace_printer.cc31 const char *strip_path_prefix, const char *strip_func_prefix) { in RenderFrame() argument
52 buffer->append("%s", StripPathPrefix(info.module, strip_path_prefix)); in RenderFrame()
66 buffer->append("%s", StripPathPrefix(info.file, strip_path_prefix)); in RenderFrame()
87 strip_path_prefix); in RenderFrame()
93 vs_style, strip_path_prefix); in RenderFrame()
96 strip_path_prefix); in RenderFrame()
121 const char *strip_path_prefix) { in RenderSourceLocation() argument
123 buffer->append("%s(%d", StripPathPrefix(file, strip_path_prefix), line); in RenderSourceLocation()
130 buffer->append("%s", StripPathPrefix(file, strip_path_prefix)); in RenderSourceLocation()
139 uptr offset, const char *strip_path_prefix) { in RenderModuleLocation() argument
[all …]
Dsanitizer_stacktrace_printer.h52 const char *strip_path_prefix = "",
57 const char *strip_path_prefix);
60 uptr offset, const char *strip_path_prefix);
Dsanitizer_common.cc171 const char *strip_path_prefix) { in StripPathPrefix() argument
173 if (!strip_path_prefix) return filepath; in StripPathPrefix()
175 if (const char *pos = internal_strstr(filepath, strip_path_prefix)) in StripPathPrefix()
176 res = pos + internal_strlen(strip_path_prefix); in StripPathPrefix()
212 common_flags()->strip_path_prefix); in ReportErrorSummary()
Dsanitizer_stacktrace_libcdep.cc41 common_flags()->strip_path_prefix); in Print()
Dsanitizer_flags.inc36 COMMON_FLAG(const char *, strip_path_prefix, "",
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace_printer.cpp111 const char *strip_path_prefix, const char *strip_func_prefix) { in RenderFrame() argument
138 buffer->append("%s", StripPathPrefix(info->module, strip_path_prefix)); in RenderFrame()
153 buffer->append("%s", StripPathPrefix(info->file, strip_path_prefix)); in RenderFrame()
174 vs_style, strip_path_prefix); in RenderFrame()
180 vs_style, strip_path_prefix); in RenderFrame()
183 info->module_arch, strip_path_prefix); in RenderFrame()
232 const DataInfo *DI, const char *strip_path_prefix) { in RenderData() argument
244 buffer->append("%s", StripPathPrefix(DI->file, strip_path_prefix)); in RenderData()
264 const char *strip_path_prefix) { in RenderSourceLocation() argument
266 buffer->append("%s(%d", StripPathPrefix(file, strip_path_prefix), line); in RenderSourceLocation()
[all …]
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 = "");
Dsanitizer_common.cpp61 const char *strip_path_prefix) { in StripPathPrefix() argument
63 if (!strip_path_prefix) return filepath; in StripPathPrefix()
65 if (const char *pos = internal_strstr(filepath, strip_path_prefix)) in StripPathPrefix()
66 res = pos + internal_strlen(strip_path_prefix); in StripPathPrefix()
Dsanitizer_stacktrace_libcdep.cpp46 common_flags()->strip_path_prefix); in Print()
138 common_flags()->strip_path_prefix); in __sanitizer_symbolize_pc()
160 RenderData(&data_desc, fmt, &DI, common_flags()->strip_path_prefix); in __sanitizer_symbolize_global()
Dsanitizer_symbolizer_markup.cpp82 const DataInfo *DI, const char *strip_path_prefix) { in RenderData() argument
91 const char *strip_path_prefix, const char *strip_func_prefix) { in RenderFrame() argument
Dsanitizer_symbolizer_report.cpp38 common_flags()->strip_path_prefix); in ReportErrorSummary()
Dsanitizer_flags.inc35 COMMON_FLAG(const char *, strip_path_prefix, "",
/external/oss-fuzz/infra/base-images/base-runner/
DDockerfile59 …size_log=16:print_scariness=1:quarantine_size_mb=10:strict_memcmp=1:strip_path_prefix=/workspace/:…
60 ENV MSAN_OPTIONS="print_stats=1:strip_path_prefix=/workspace/:symbolize=1:dedup_token_length=3"
61 ENV UBSAN_OPTIONS="print_stacktrace=1:print_summary=1:silence_unsigned_overflow=1:strip_path_prefix
/external/llvm/test/tools/sancov/
Dcovered_functions.test3 RUN: sancov -covered-functions -strip_path_prefix=Inputs/ %p/Inputs/test-linux_x86_64 %p/Inputs/tes…
/external/llvm-project/llvm/test/tools/sancov/
Dcovered_functions.test3 RUN: sancov -covered-functions -strip_path_prefix=Inputs/ %p/Inputs/test-linux_x86_64 %p/Inputs/tes…
Dsymbolize_noskip_dead_files.test2 RUN: sancov -symbolize -skip-dead-files=0 -strip_path_prefix="llvm/" %p/Inputs/test-linux_x86_64 %p…
Dsymbolize.test2 RUN: sancov -symbolize -strip_path_prefix="llvm/" %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_…
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc146 common_flags()->strip_path_prefix); in RenderLocation()
157 common_flags()->strip_path_prefix); in RenderLocation()
160 common_flags()->strip_path_prefix); in RenderLocation()
/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_diag.cpp156 common_flags()->strip_path_prefix); in RenderLocation()
167 common_flags()->strip_path_prefix); in RenderLocation()
170 Info.module_arch, common_flags()->strip_path_prefix); in RenderLocation()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.cc132 common_flags()->strip_path_prefix, kInterposedFunctionPrefix); in PrintStack()
377 StripPathPrefix(info.file, common_flags()->strip_path_prefix), in PrintStack()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_report.cpp134 common_flags()->strip_path_prefix, kInterposedFunctionPrefix); in PrintStack()
408 StripPathPrefix(info.file, common_flags()->strip_path_prefix), in PrintStack()
/external/llvm-project/clang/docs/
DSanitizerCoverage.rst102 ASAN_OPTIONS=strip_path_prefix=`pwd`/ ./a.out
112 ASAN_OPTIONS=strip_path_prefix=`pwd`/ ./a.out with-foo
437 -strip_path_prefix=<string> - Strip this prefix from file paths in reports
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_report.cpp241 common_flags()->strip_path_prefix); in PrintStackAllocations()
/external/clang/docs/
DSanitizerCoverage.rst122 -strip_path_prefix=<string> - Strip this prefix from file paths in reports
/external/libabigail/tests/data/test-annotate/
Dtest15-pr18892.so.abi10516 <!-- const char* __sanitizer::CommonFlags::strip_path_prefix -->
10517 …<var-decl name='strip_path_prefix' type-id='type-id-2' visibility='default' filepath='../../.././l…
28319 <!-- const char* __sanitizer::CommonFlags::strip_path_prefix -->
28320 …<var-decl name='strip_path_prefix' type-id='type-id-2' visibility='default' filepath='../../.././l…

12