Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_libcdep.cpp26 InternalScopedString *output, in StackTraceTextPrinter()
27 InternalScopedString *dedup_token) in StackTraceTextPrinter()
75 InternalScopedString *output_;
76 InternalScopedString *dedup_token_;
80 static void CopyStringToBuffer(const InternalScopedString &str, char *out_buf, in CopyStringToBuffer()
93 void StackTrace::PrintTo(InternalScopedString *output) const { in PrintTo()
96 InternalScopedString dedup_token; in PrintTo()
123 InternalScopedString output; in PrintTo()
131 InternalScopedString output; in Print()
196 InternalScopedString output; in __sanitizer_symbolize_pc()
[all …]
H A Dsanitizer_stacktrace_printer.h49 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,
H A Dsanitizer_stacktrace_printer.cpp109 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()
H A Dsanitizer_symbolizer_markup.cpp84 void RenderData(InternalScopedString *buffer, const char *format, in RenderData()
92 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no, in RenderFrame()
H A Dsanitizer_symbolizer_report.cpp34 InternalScopedString buff; in ReportErrorSummary()
143 static void PrintMemoryByte(InternalScopedString *str, const char *before, in PrintMemoryByte()
153 InternalScopedString str; in MaybeDumpInstructionBytes()
H A Dsanitizer_common_libcdep.cpp95 InternalScopedString msg_copy; in WriteToSyslog()
H A Dsanitizer_stacktrace.h62 void PrintTo(InternalScopedString *output) const;
H A Dsanitizer_common.cpp89 InternalScopedString buff; in ReportErrorSummary()
H A Dsanitizer_symbolizer_win.cpp227 InternalScopedString command_line; in StartSymbolizerSubprocess()
H A Dsanitizer_printf.cpp351 void InternalScopedString::append(const char *format, ...) { in append()
H A Dsanitizer_common.h612 class InternalScopedString {
614 InternalScopedString() : buffer_(1) { buffer_[0] = '\0'; } in InternalScopedString() function
/freebsd-13.1/contrib/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()
51 InternalScopedString &Buf = CurrentUBR->Buffer; in __ubsan_get_current_report_data()
H A Dubsan_diag.cpp137 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; in PrintMemorySnippet()
349 InternalScopedString Buffer; in ~Diag()
/freebsd-13.1/contrib/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);
40 void PrintMemoryByte(InternalScopedString *str, const char *before, u8 byte,
H A Dasan_errors.cpp346 InternalScopedString g1_loc; in Print()
347 InternalScopedString g2_loc; in Print()
364 InternalScopedString error_msg; in Print()
495 static void PrintShadowByte(InternalScopedString *str, const char *before, in PrintShadowByte()
500 static void PrintLegend(InternalScopedString *str) { in PrintLegend()
538 static void PrintShadowBytes(InternalScopedString *str, const char *before, in PrintShadowBytes()
557 InternalScopedString str; in PrintShadowMemoryForAddress()
H A Dasan_descriptions.cpp51 InternalScopedString str; in DescribeThread()
128 InternalScopedString str; in PrintHeapChunkAccess()
245 InternalScopedString str; in PrintAccessAndVarIntersection()
278 InternalScopedString str; in DescribeAddressRelativeToGlobal()
H A Dasan_globals.cpp289 void PrintGlobalNameIfASCII(InternalScopedString *str, const __asan_global &g) { in PrintGlobalNameIfASCII()
307 void PrintGlobalLocation(InternalScopedString *str, const __asan_global &g) { in PrintGlobalLocation()
H A Dasan_fake_stack.cpp68 InternalScopedString str; in Destroy()
H A Dasan_report.cpp58 void PrintMemoryByte(InternalScopedString *str, const char *before, u8 byte, in PrintMemoryByte()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp227 InternalScopedString frame_desc; in PrintStackAllocations()
503 void (*print_tag)(InternalScopedString &s, in PrintTagInfoAroundAddr()
510 InternalScopedString s; in PrintTagInfoAroundAddr()
528 PrintTagInfoAroundAddr(tag_ptr, 17, [](InternalScopedString &s, tag_t *tag) { in PrintTagsAroundAddr()
536 PrintTagInfoAroundAddr(tag_ptr, 3, [](InternalScopedString &s, tag_t *tag) { in PrintTagsAroundAddr()
604 InternalScopedString s; in ReportTailOverwritten()
H A Dhwasan.cpp141 static void HwasanFormatMemoryUsage(InternalScopedString &s) { in HwasanFormatMemoryUsage()
176 InternalScopedString s; in UpdateMemoryUsage()
556 InternalScopedString s; in __hwasan_print_memory_usage()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_descriptions.cpp51 InternalScopedString str; in DescribeThread()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp650 InternalScopedString *out) { in PrintOriginTraceToStr()
702 InternalScopedString trace; in dfsan_print_origin_trace()
728 InternalScopedString trace; in dfsan_sprint_origin_trace()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp130 InternalScopedString res; in PrintStack()

12