Home
last modified time | relevance | path

Searched refs:InternalScopedString (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_libcdep.cpp26 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 Dsanitizer_stacktrace_printer.h31 virtual void RenderFrame(InternalScopedString *buffer, const char *format,
43 void RenderSourceLocation(InternalScopedString *buffer, const char *file,
47 void RenderModuleLocation(InternalScopedString *buffer, const char *module,
50 virtual void RenderData(InternalScopedString *buffer, const char *format,
95 void RenderFrame(InternalScopedString *buffer, const char *format,
105 void RenderData(InternalScopedString *buffer, const char *format,
H A Dsanitizer_symbolizer_markup.cpp27 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 Dsanitizer_symbolizer_markup.h34 void RenderFrame(InternalScopedString *buffer, const char *format,
41 void RenderData(InternalScopedString *buffer, const char *format,
49 void RenderContext(InternalScopedString *buffer);
H A Dsanitizer_stacktrace_printer.cpp152 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 Dsanitizer_symbolizer_report.cpp61 InternalScopedString buff; in ReportErrorSummary()
192 static void PrintMemoryByte(InternalScopedString *str, const char *before, in PrintMemoryByte()
202 InternalScopedString str; in MaybeDumpInstructionBytes()
H A Dsanitizer_symbolizer_markup_fuchsia.cpp75 void MarkupStackTracePrinter::RenderContext(InternalScopedString *) {} in RenderContext() argument
H A Dsanitizer_printf.cpp340 void InternalScopedString::Append(const char *str) { in Append()
347 void InternalScopedString::AppendF(const char *format, ...) { in AppendF()
H A Dsanitizer_common_libcdep.cpp124 InternalScopedString msg_copy; in WriteToSyslog()
H A Dsanitizer_stacktrace.h62 void PrintTo(InternalScopedString *output) const;
/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_monitor.h24 InternalScopedString Buffer;
27 InternalScopedString &Msg);
H A Dubsan_monitor.cpp19 InternalScopedString &Msg) in UndefinedBehaviorReport()
52 InternalScopedString &Buf = CurrentUBR->Buffer; in __ubsan_get_current_report_data()
H A Dubsan_diag.cpp135 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()
/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.h37 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 Dasan_errors.cpp371 InternalScopedString g1_loc; in Print()
372 InternalScopedString g2_loc; in Print()
389 InternalScopedString error_msg; in Print()
522 static void PrintShadowByte(InternalScopedString *str, const char *before, in PrintLegend()
527 static void PrintLegend(InternalScopedString *str) { in PrintLegend()
566 static void PrintShadowBytes(InternalScopedString *str, const char *before, in PrintShadowBytes()
587 InternalScopedString str; in PrintShadowMemoryForAddress()
H A Dasan_descriptions.cpp48 InternalScopedString str; in DescribeThread()
130 InternalScopedString str; in PrintHeapChunkAccess()
247 InternalScopedString str; in PrintAccessAndVarIntersection()
280 InternalScopedString str; in DescribeAddressRelativeToGlobal()
H A Dasan_globals.cpp355 void PrintGlobalNameIfASCII(InternalScopedString *str, const __asan_global &g) {
365 void PrintGlobalLocation(InternalScopedString *str, const __asan_global &g,
H A Dasan_report.cpp61 void PrintMemoryByte(InternalScopedString *str, const char *before, u8 byte, in PrintMemoryByte()
162 InternalScopedString buffer_copy; in ~ScopedInErrorReport()
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp79 InternalScopedString error_message_;
83 static InternalScopedString *error_message_ptr_
89 InternalScopedString *ScopedReport::error_message_ptr_;
209 InternalScopedString location; in PrintStackAllocations()
322 InternalScopedString frame_desc; in PrintStackAllocations()
416 InternalScopedString &s, in PrintTagInfoAroundAddr()
436 InternalScopedString s; in PrintTagsAroundAddr()
443 [&](InternalScopedString &s, uptr tag_addr) { in PrintTagsAroundAddr()
453 [&](InternalScopedString &s, uptr tag_addr) { in PrintTagsAroundAddr()
986 InternalScopedString in ~TailOverwrittenReport()
[all...]
H A Dhwasan.cpp169 static void HwasanFormatMemoryUsage(InternalScopedString &s) { in HwasanFormatMemoryUsage()
204 InternalScopedString s; in UpdateMemoryUsage()
724 InternalScopedString s; in __hwasan_print_memory_usage()
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_printer_test.cpp28 InternalScopedString str; in TEST()
64 InternalScopedString str; in TEST()
94 InternalScopedString str; in TEST()
H A Dsanitizer_common_test.cpp379 InternalScopedString str; in TEST()
401 InternalScopedString str; in TEST()
424 InternalScopedString str; in TEST()
435 InternalScopedString str; in TEST()
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp815 static bool PrintOriginTraceFramesToStr(Origin o, InternalScopedString *out) { in PrintInvalidOriginIdWarning()
840 InternalScopedString *out) { in PrintOriginTraceFramesToStr()
871 InternalScopedString trace; in dfsan_print_origin_trace()
897 InternalScopedString trace; in dfsan_sprint_origin_trace()
921 InternalScopedString trace; in dfsan_print_origin_id_trace()
941 InternalScopedString trace; in dfsan_sprint_origin_id_trace()
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_descriptions.cpp51 InternalScopedString str; in DescribeThread()
/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dbacktrace_sanitizer_common.cpp75 __sanitizer::InternalScopedString buffer; in PrintBacktrace()

12