Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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.cpp108 InternalScopedString *buffer) { in MaybeBuildIdToBuffer()
122 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no, in RenderFrame()
250 void RenderData(InternalScopedString *buffer, const char *format, in RenderData()
281 void RenderSourceLocation(InternalScopedString *buffer, const char *file, in RenderSourceLocation()
300 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()
149 static void PrintMemoryByte(InternalScopedString *str, const char *before, in PrintMemoryByte()
159 InternalScopedString str; in MaybeDumpInstructionBytes()
H A Dsanitizer_common_libcdep.cpp120 InternalScopedString msg_copy; in WriteToSyslog()
H A Dsanitizer_stacktrace.h62 void PrintTo(InternalScopedString *output) const;
H A Dsanitizer_symbolizer_win.cpp227 InternalScopedString command_line; in StartSymbolizerSubprocess()
H A Dsanitizer_common.cpp97 InternalScopedString buff; in ReportErrorSummary()
H A Dsanitizer_printf.cpp340 void InternalScopedString::append(const char *format, ...) { in append()
/openbsd-src/gnu/llvm/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.cpp135 static void RenderHex(InternalScopedString *Buffer, UIntMax Val) { in RenderHex()
145 static void RenderLocation(InternalScopedString *Buffer, Location Loc) { in RenderLocation()
179 static void RenderText(InternalScopedString *Buffer, const char *Message, in RenderText()
279 InternalScopedString Buffer; in PrintMemorySnippet()
347 InternalScopedString Buffer; in ~Diag()
/openbsd-src/gnu/llvm/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.cpp363 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 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()
299 void PrintGlobalLocation(InternalScopedString *str, const __asan_global &g) { in PrintGlobalLocation()
H A Dasan_fake_stack.cpp69 InternalScopedString str; in Destroy()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_printer_test.cpp19 InternalScopedString str; in TEST()
53 InternalScopedString str; in TEST()
79 InternalScopedString str; in TEST()
H A Dsanitizer_common_test.cpp379 TEST(SanitizerCommon, InternalScopedString) { in TEST() argument
380 InternalScopedString str; in TEST()
403 InternalScopedString str; in TEST()
414 InternalScopedString str; in TEST()
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp236 InternalScopedString frame_desc; in PrintStackAllocations()
520 void (*print_tag)(InternalScopedString &s, in PrintTagInfoAroundAddr()
527 InternalScopedString s; in PrintTagInfoAroundAddr()
545 PrintTagInfoAroundAddr(tag_ptr, 17, [](InternalScopedString &s, tag_t *tag) { in PrintTagsAroundAddr()
553 PrintTagInfoAroundAddr(tag_ptr, 3, [](InternalScopedString &s, tag_t *tag) { in PrintTagsAroundAddr()
651 InternalScopedString s; in ReportTailOverwritten()
H A Dhwasan.cpp163 static void HwasanFormatMemoryUsage(InternalScopedString &s) { in HwasanFormatMemoryUsage()
198 InternalScopedString s; in UpdateMemoryUsage()
602 InternalScopedString s; in __hwasan_print_memory_usage()
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_descriptions.cpp51 InternalScopedString str; in DescribeThread()
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan.cpp820 bool PrintOriginTraceFramesToStr(Origin o, InternalScopedString *out) { in PrintOriginTraceFramesToStr()
845 InternalScopedString *out) { in PrintOriginTraceToStr()
878 InternalScopedString trace; in dfsan_print_origin_trace()
904 InternalScopedString trace; in dfsan_sprint_origin_trace()
928 InternalScopedString trace; in dfsan_print_origin_id_trace()
948 InternalScopedString trace; in dfsan_sprint_origin_id_trace()
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/optional/
H A Dbacktrace_sanitizer_common.cpp75 __sanitizer::InternalScopedString buffer; in PrintBacktrace()

12