/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stacktrace_printer.h | 49 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no, 56 void RenderSourceLocation(InternalScopedString *buffer, const char *file, 60 void RenderModuleLocation(InternalScopedString *buffer, const char *module, 68 void RenderData(InternalScopedString *buffer, const char *format,
|
D | sanitizer_stacktrace_libcdep.cpp | 26 InternalScopedString frame_desc(GetPageSizeCached() * 2); in Print() 27 InternalScopedString dedup_token(GetPageSizeCached()); in Print() 128 InternalScopedString frame_desc(GetPageSizeCached()); in __sanitizer_symbolize_pc() 159 InternalScopedString data_desc(GetPageSizeCached()); in __sanitizer_symbolize_global()
|
D | sanitizer_stacktrace_printer.cpp | 109 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no, in RenderFrame() 231 void RenderData(InternalScopedString *buffer, const char *format, in RenderData() 262 void RenderSourceLocation(InternalScopedString *buffer, const char *file, in RenderSourceLocation() 281 void RenderModuleLocation(InternalScopedString *buffer, const char *module, in RenderModuleLocation()
|
D | sanitizer_symbolizer_markup.cpp | 81 void RenderData(InternalScopedString *buffer, const char *format, in RenderData() 89 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no, in RenderFrame()
|
D | sanitizer_symbolizer_report.cpp | 34 InternalScopedString buff(kMaxSummaryLength); in ReportErrorSummary() 143 static void PrintMemoryByte(InternalScopedString *str, const char *before, in PrintMemoryByte() 153 InternalScopedString str(1024); in MaybeDumpInstructionBytes()
|
D | sanitizer_suppressions.cpp | 37 InternalScopedString exec(kMaxPathLength); in GetPathAssumingFileIsRelativeToExec() 72 InternalScopedString new_file_path(kMaxPathLength); in ParseFromFile()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stacktrace_printer.h | 50 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no, 55 void RenderSourceLocation(InternalScopedString *buffer, const char *file, 59 void RenderModuleLocation(InternalScopedString *buffer, const char *module,
|
D | sanitizer_coverage_mapping_libcdep.cc | 72 InternalScopedString text(kMaxTextSize); in CovUpdateMapping() 94 InternalScopedString tmp_path(64 + internal_strlen(coverage_dir)); in CovUpdateMapping() 112 InternalScopedString path(64 + internal_strlen(coverage_dir)); in CovUpdateMapping()
|
D | sanitizer_stacktrace_printer.cc | 29 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no, in RenderFrame() 119 void RenderSourceLocation(InternalScopedString *buffer, const char *file, in RenderSourceLocation() 138 void RenderModuleLocation(InternalScopedString *buffer, const char *module, in RenderModuleLocation()
|
D | sanitizer_coverage_libcdep.cc | 190 InternalScopedString path(kMaxPathLength); in DirectOpen() 586 static fd_t CovOpenFile(InternalScopedString *path, bool packed, in CovOpenFile() 615 InternalScopedString out(32 << 20); in DumpTrace() 623 InternalScopedString path(kMaxPathLength); in DumpTrace() 665 InternalScopedString out(32 << 20); in DumpCallerCalleePairs() 689 InternalScopedString path(kMaxPathLength); in DumpCallerCalleePairs() 716 InternalScopedString path(kMaxPathLength); in DumpCounters() 738 InternalScopedString path(kMaxPathLength); in DumpAsBitSet() 816 InternalScopedString report_path(kMaxPathLength); in GenerateHtmlReport() 833 InternalScopedString path(kMaxPathLength); in DumpOffsets() [all …]
|
D | sanitizer_stacktrace_libcdep.cc | 27 InternalScopedString frame_desc(GetPageSizeCached() * 2); in Print() 28 InternalScopedString dedup_token(GetPageSizeCached()); in Print()
|
D | sanitizer_libignore.cc | 41 InternalScopedString buf(kMaxPathLength); in OnLibraryLoaded() 54 InternalScopedString module(kMaxPathLength); in OnLibraryLoaded()
|
D | sanitizer_suppressions.cc | 36 InternalScopedString exec(kMaxPathLength); in GetPathAssumingFileIsRelativeToExec() 55 InternalScopedString new_file_path(kMaxPathLength); in ParseFromFile()
|
/external/llvm-project/compiler-rt/lib/ubsan/ |
D | ubsan_monitor.h | 24 InternalScopedString Buffer; 27 InternalScopedString &Msg);
|
D | ubsan_monitor.cpp | 19 InternalScopedString &Msg) in UndefinedBehaviorReport() 51 InternalScopedString &Buf = CurrentUBR->Buffer; in __ubsan_get_current_report_data()
|
D | ubsan_diag.cpp | 137 static void RenderHex(InternalScopedString *Buffer, UIntMax Val) { in RenderHex() 147 static void RenderLocation(InternalScopedString *Buffer, Location Loc) { in RenderLocation() 181 static void RenderText(InternalScopedString *Buffer, const char *Message, in RenderText() 281 InternalScopedString Buffer(1024); in PrintMemorySnippet() 349 InternalScopedString Buffer(1024); in ~Diag()
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_report.h | 37 void PrintGlobalNameIfASCII(InternalScopedString *str, const __asan_global &g); 38 void PrintGlobalLocation(InternalScopedString *str, const __asan_global &g); 40 void PrintMemoryByte(InternalScopedString *str, const char *before, u8 byte,
|
D | asan_errors.cpp | 346 InternalScopedString g1_loc(256), g2_loc(256); in Print() 363 InternalScopedString error_msg(256); in Print() 494 static void PrintShadowByte(InternalScopedString *str, const char *before, in PrintShadowByte() 499 static void PrintLegend(InternalScopedString *str) { in PrintLegend() 538 static void PrintShadowBytes(InternalScopedString *str, const char *before, in PrintShadowBytes() 557 InternalScopedString str(4096 * 8); in PrintShadowMemoryForAddress()
|
D | asan_descriptions.cpp | 51 InternalScopedString str(1024); in DescribeThread() 129 InternalScopedString str(4096); in PrintHeapChunkAccess() 246 InternalScopedString str(1024); in PrintAccessAndVarIntersection() 279 InternalScopedString str(4096); in DescribeAddressRelativeToGlobal()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_stacktrace_printer_test.cc | 20 InternalScopedString str(128); in TEST() 54 InternalScopedString str(128); in TEST() 75 InternalScopedString str(256); in TEST()
|
/external/compiler-rt/lib/asan/ |
D | asan_report.cc | 120 static void PrintMemoryByte(InternalScopedString *str, const char *before, in PrintMemoryByte() 129 static void PrintShadowByte(InternalScopedString *str, const char *before, in PrintShadowByte() 134 static void PrintShadowBytes(InternalScopedString *str, const char *before, in PrintShadowBytes() 148 static void PrintLegend(InternalScopedString *str) { in PrintLegend() 193 InternalScopedString str(1024); in MaybeDumpInstructionBytes() 211 InternalScopedString str(4096 * 8); in PrintShadowMemoryForAddress() 261 static void PrintGlobalNameIfASCII(InternalScopedString *str, in PrintGlobalNameIfASCII() 281 static void PrintGlobalLocation(InternalScopedString *str, in PrintGlobalLocation() 294 InternalScopedString str(4096); in DescribeAddressRelativeToGlobal() 402 InternalScopedString str(1024); in PrintAccessAndVarIntersection() [all …]
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_stacktrace_printer_test.cpp | 19 InternalScopedString str(128); in TEST() 53 InternalScopedString str(128); in TEST() 79 InternalScopedString str(256); in TEST()
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_diag.cc | 127 static void RenderHex(InternalScopedString *Buffer, UIntMax Val) { in RenderHex() 137 static void RenderLocation(InternalScopedString *Buffer, Location Loc) { in RenderLocation() 171 static void RenderText(InternalScopedString *Buffer, const char *Message, in RenderText() 271 InternalScopedString Buffer(1024); in PrintMemorySnippet() 339 InternalScopedString Buffer(1024); in ~Diag()
|
/external/llvm-project/compiler-rt/lib/hwasan/ |
D | hwasan_report.cpp | 227 InternalScopedString frame_desc(GetPageSizeCached() * 2); in PrintStackAllocations() 455 void (*print_tag)(InternalScopedString &s, in PrintTagInfoAroundAddr() 462 InternalScopedString s(GetPageSizeCached() * 8); in PrintTagInfoAroundAddr() 480 PrintTagInfoAroundAddr(tag_ptr, 17, [](InternalScopedString &s, tag_t *tag) { in PrintTagsAroundAddr() 488 PrintTagInfoAroundAddr(tag_ptr, 3, [](InternalScopedString &s, tag_t *tag) { in PrintTagsAroundAddr() 550 InternalScopedString s(GetPageSizeCached() * 8); in ReportTailOverwritten()
|
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_descriptions.cpp | 51 InternalScopedString str(1024); in DescribeThread()
|