/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stacktrace_printer.cc | 31 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 …]
|
D | sanitizer_stacktrace_printer.h | 52 const char *strip_path_prefix = "", 57 const char *strip_path_prefix); 60 uptr offset, const char *strip_path_prefix);
|
D | sanitizer_common.cc | 171 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()
|
D | sanitizer_stacktrace_libcdep.cc | 41 common_flags()->strip_path_prefix); in Print()
|
D | sanitizer_flags.inc | 36 COMMON_FLAG(const char *, strip_path_prefix, "",
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stacktrace_printer.cpp | 111 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 …]
|
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 = "");
|
D | sanitizer_common.cpp | 61 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()
|
D | sanitizer_stacktrace_libcdep.cpp | 46 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()
|
D | sanitizer_symbolizer_markup.cpp | 82 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
|
D | sanitizer_symbolizer_report.cpp | 38 common_flags()->strip_path_prefix); in ReportErrorSummary()
|
D | sanitizer_flags.inc | 35 COMMON_FLAG(const char *, strip_path_prefix, "",
|
/external/oss-fuzz/infra/base-images/base-runner/ |
D | Dockerfile | 59 …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/ |
D | covered_functions.test | 3 RUN: sancov -covered-functions -strip_path_prefix=Inputs/ %p/Inputs/test-linux_x86_64 %p/Inputs/tes…
|
/external/llvm-project/llvm/test/tools/sancov/ |
D | covered_functions.test | 3 RUN: sancov -covered-functions -strip_path_prefix=Inputs/ %p/Inputs/test-linux_x86_64 %p/Inputs/tes…
|
D | symbolize_noskip_dead_files.test | 2 RUN: sancov -symbolize -skip-dead-files=0 -strip_path_prefix="llvm/" %p/Inputs/test-linux_x86_64 %p…
|
D | symbolize.test | 2 RUN: sancov -symbolize -strip_path_prefix="llvm/" %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_…
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_diag.cc | 146 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/ |
D | ubsan_diag.cpp | 156 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/ |
D | tsan_report.cc | 132 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/ |
D | tsan_report.cpp | 134 common_flags()->strip_path_prefix, kInterposedFunctionPrefix); in PrintStack() 408 StripPathPrefix(info.file, common_flags()->strip_path_prefix), in PrintStack()
|
/external/llvm-project/clang/docs/ |
D | SanitizerCoverage.rst | 102 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/ |
D | hwasan_report.cpp | 241 common_flags()->strip_path_prefix); in PrintStackAllocations()
|
/external/clang/docs/ |
D | SanitizerCoverage.rst | 122 -strip_path_prefix=<string> - Strip this prefix from file paths in reports
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 10516 <!-- 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…
|