| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stacktrace_libcdep.cpp | 26 InternalScopedString *output, in StackTraceTextPrinter() 27 InternalScopedString *dedup_token) in StackTraceTextPrinter() 76 InternalScopedString *output_; 77 InternalScopedString *dedup_token_; 81 static void CopyStringToBuffer(const InternalScopedString &str, char *out_buf, in CopyStringToBuffer() 94 void StackTrace::PrintTo(InternalScopedString *output) const { in PrintTo() 97 InternalScopedString dedup_token; in PrintTo() 124 InternalScopedString output; in PrintTo() 132 InternalScopedString output; in Print() 197 InternalScopedString output; in __sanitizer_symbolize_pc() [all …]
|
| H A D | sanitizer_stacktrace_printer.h | 31 virtual void RenderFrame(InternalScopedString *buffer, const char *format, 38 void RenderSourceLocation(InternalScopedString *buffer, const char *file, 42 void RenderModuleLocation(InternalScopedString *buffer, const char *module, 45 virtual void RenderData(InternalScopedString *buffer, const char *format, 87 void RenderFrame(InternalScopedString *buffer, const char *format, 97 void RenderData(InternalScopedString *buffer, const char *format,
|
| H A D | sanitizer_symbolizer_markup.cpp | 27 void MarkupStackTracePrinter::RenderData(InternalScopedString *buffer, in RenderData() 39 void MarkupStackTracePrinter::RenderFrame(InternalScopedString *buffer, in RenderFrame() 94 static void RenderModule(InternalScopedString *buffer, in RenderModule() 96 InternalScopedString buildIdBuffer; in RenderModule() 105 static void RenderMmaps(InternalScopedString *buffer, in RenderMmaps() 107 InternalScopedString accessBuffer; in RenderMmaps() 131 void MarkupStackTracePrinter::RenderContext(InternalScopedString *buffer) { in RenderContext()
|
| H A D | sanitizer_symbolizer_markup.h | 34 void RenderFrame(InternalScopedString *buffer, const char *format, 41 void RenderData(InternalScopedString *buffer, const char *format, 49 void RenderContext(InternalScopedString *buffer);
|
| H A D | sanitizer_stacktrace_printer.cpp | 152 InternalScopedString *buffer) { in MaybeBuildIdToBuffer() 166 void FormattedStackTracePrinter::RenderFrame(InternalScopedString *buffer, in RenderFrame() 301 void FormattedStackTracePrinter::RenderData(InternalScopedString *buffer, in RenderData() 334 void StackTracePrinter::RenderSourceLocation(InternalScopedString *buffer, in RenderSourceLocation() 354 void StackTracePrinter::RenderModuleLocation(InternalScopedString *buffer, in RenderModuleLocation()
|
| H A D | sanitizer_symbolizer_report.cpp | 57 InternalScopedString buff; in ReportErrorSummary() 188 static void PrintMemoryByte(InternalScopedString *str, const char *before, in PrintMemoryByte() 198 InternalScopedString str; in MaybeDumpInstructionBytes()
|
| H A D | sanitizer_symbolizer_markup_fuchsia.cpp | 75 void MarkupStackTracePrinter::RenderContext(InternalScopedString *) {} in RenderContext() argument
|
| H A D | sanitizer_printf.cpp | 340 void InternalScopedString::Append(const char *str) { in Append() 347 void InternalScopedString::AppendF(const char *format, ...) { in AppendF()
|
| H A D | sanitizer_stacktrace.h | 62 void PrintTo(InternalScopedString *output) const;
|
| H A D | sanitizer_common_libcdep.cpp | 124 InternalScopedString msg_copy; in WriteToSyslog()
|
| H A D | sanitizer_symbolizer_win.cpp | 225 InternalScopedString command_line; in StartSymbolizerSubprocess()
|
| H A D | sanitizer_common.cpp | 117 InternalScopedString buff; in ReportErrorSummary()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_monitor.h | 24 InternalScopedString Buffer; 27 InternalScopedString &Msg);
|
| H A D | ubsan_monitor.cpp | 19 InternalScopedString &Msg) in UndefinedBehaviorReport() 52 InternalScopedString &Buf = CurrentUBR->Buffer; in __ubsan_get_current_report_data()
|
| H A D | ubsan_diag.cpp | 135 static void RenderHex(InternalScopedString *Buffer, UIntMax Val) { in RenderHex() 145 static void RenderLocation(InternalScopedString *Buffer, Location Loc) { in RenderLocation() 182 static void RenderText(InternalScopedString *Buffer, const char *Message, in RenderText() 287 InternalScopedString Buffer; in PrintMemorySnippet() 355 InternalScopedString Buffer; in ~Diag()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_report.h | 37 void PrintGlobalNameIfASCII(InternalScopedString *str, const __asan_global &g); 38 void PrintGlobalLocation(InternalScopedString *str, const __asan_global &g, 41 void PrintMemoryByte(InternalScopedString *str, const char *before, u8 byte,
|
| H A D | asan_errors.cpp | 363 InternalScopedString g1_loc; in Print() 364 InternalScopedString g2_loc; in Print() 381 InternalScopedString error_msg; in Print() 514 static void PrintShadowByte(InternalScopedString *str, const char *before, in PrintShadowByte() 519 static void PrintLegend(InternalScopedString *str) { in PrintLegend() 558 static void PrintShadowBytes(InternalScopedString *str, const char *before, in PrintShadowBytes() 579 InternalScopedString str; in PrintShadowMemoryForAddress()
|
| H A D | asan_descriptions.cpp | 51 InternalScopedString str; in DescribeThread() 128 InternalScopedString str; in PrintHeapChunkAccess() 245 InternalScopedString str; in PrintAccessAndVarIntersection() 278 InternalScopedString str; in DescribeAddressRelativeToGlobal()
|
| H A D | asan_globals.cpp | 293 void PrintGlobalNameIfASCII(InternalScopedString *str, const __asan_global &g) { in PrintGlobalNameIfASCII() 303 void PrintGlobalLocation(InternalScopedString *str, const __asan_global &g, in PrintGlobalLocation()
|
| H A D | asan_fake_stack.cpp | 69 InternalScopedString str; in Destroy()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_report.cpp | 78 InternalScopedString error_message_; 82 static InternalScopedString *error_message_ptr_ 88 InternalScopedString *ScopedReport::error_message_ptr_; 208 InternalScopedString location; in PrintStackAllocations() 284 InternalScopedString frame_desc; in PrintStackAllocations() 378 InternalScopedString &s, in PrintTagInfoAroundAddr() 398 InternalScopedString s; in PrintTagsAroundAddr() 405 [&](InternalScopedString &s, uptr tag_addr) { in PrintTagsAroundAddr() 415 [&](InternalScopedString &s, uptr tag_addr) { in PrintTagsAroundAddr() 948 InternalScopedString s; in ~TailOverwrittenReport()
|
| H A D | hwasan.cpp | 169 static void HwasanFormatMemoryUsage(InternalScopedString &s) { in HwasanFormatMemoryUsage() 204 InternalScopedString s; in UpdateMemoryUsage() 724 InternalScopedString s; in __hwasan_print_memory_usage()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_descriptions.cpp | 51 InternalScopedString str; in DescribeThread()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan.cpp | 817 bool PrintOriginTraceFramesToStr(Origin o, InternalScopedString *out) { in PrintOriginTraceFramesToStr() 842 InternalScopedString *out) { in PrintOriginTraceToStr() 875 InternalScopedString trace; in dfsan_print_origin_trace() 901 InternalScopedString trace; in dfsan_sprint_origin_trace() 925 InternalScopedString trace; in dfsan_print_origin_id_trace() 945 InternalScopedString trace; in dfsan_sprint_origin_id_trace()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/ |
| H A D | backtrace_sanitizer_common.cpp | 75 __sanitizer::InternalScopedString buffer; in PrintBacktrace()
|