Home
last modified time | relevance | path

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

1234

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace_printer.h48 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no,
53 void RenderSourceLocation(InternalScopedString *buffer, const char *file,
57 void RenderModuleLocation(InternalScopedString *buffer, const char *module,
65 void RenderData(InternalScopedString *buffer, const char *format,
H A Dsanitizer_stacktrace_libcdep.cc25 InternalScopedString frame_desc(GetPageSizeCached() * 2); in Print()
26 InternalScopedString dedup_token(GetPageSizeCached()); in Print()
114 InternalScopedString frame_desc(GetPageSizeCached()); in __sanitizer_symbolize_pc()
143 InternalScopedString data_desc(GetPageSizeCached()); in __sanitizer_symbolize_global()
H A Dsanitizer_stacktrace_printer.cc106 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no, in RenderFrame()
200 void RenderData(InternalScopedString *buffer, const char *format, in RenderData()
231 void RenderSourceLocation(InternalScopedString *buffer, const char *file, in RenderSourceLocation()
250 void RenderModuleLocation(InternalScopedString *buffer, const char *module, in RenderModuleLocation()
H A Dsanitizer_symbolizer_fuchsia.cc85 void RenderData(InternalScopedString *buffer, const char *format, in RenderData()
91 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no, in RenderFrame()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stacktrace_printer.h50 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,
67 void RenderData(InternalScopedString *buffer, const char *format,
H A Dsanitizer_stacktrace_libcdep.cc27 InternalScopedString frame_desc(GetPageSizeCached() * 2); in Print()
28 InternalScopedString dedup_token(GetPageSizeCached()); in Print()
116 InternalScopedString frame_desc(GetPageSizeCached()); in __sanitizer_symbolize_pc()
145 InternalScopedString data_desc(GetPageSizeCached()); in __sanitizer_symbolize_global()
H A Dsanitizer_stacktrace_printer.cc110 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no, in RenderFrame()
204 void RenderData(InternalScopedString *buffer, const char *format, in RenderData()
235 void RenderSourceLocation(InternalScopedString *buffer, const char *file, in RenderSourceLocation()
254 void RenderModuleLocation(InternalScopedString *buffer, const char *module, in RenderModuleLocation()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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.cpp345 InternalScopedString g1_loc; in Print()
346 InternalScopedString g2_loc; in Print()
363 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()
558 InternalScopedString str; in PrintShadowMemoryForAddress()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_report.h36 void PrintGlobalNameIfASCII(InternalScopedString *str, const __asan_global &g);
37 void PrintGlobalLocation(InternalScopedString *str, const __asan_global &g);
39 void PrintMemoryByte(InternalScopedString *str, const char *before, u8 byte,
H A Dasan_errors.cc331 InternalScopedString g1_loc(256), g2_loc(256); in Print()
348 InternalScopedString error_msg(256); in Print()
479 static void PrintShadowByte(InternalScopedString *str, const char *before, in PrintShadowByte()
484 static void PrintLegend(InternalScopedString *str) { in PrintLegend()
523 static void PrintShadowBytes(InternalScopedString *str, const char *before, in PrintShadowBytes()
542 InternalScopedString str(4096 * 8); in PrintShadowMemoryForAddress()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_report.h38 void PrintGlobalNameIfASCII(InternalScopedString *str, const __asan_global &g);
39 void PrintGlobalLocation(InternalScopedString *str, const __asan_global &g);
41 void PrintMemoryByte(InternalScopedString *str, const char *before, u8 byte,
H A Dasan_errors.cc333 InternalScopedString g1_loc(256), g2_loc(256); in Print()
350 InternalScopedString error_msg(256); in Print()
481 static void PrintShadowByte(InternalScopedString *str, const char *before, in PrintShadowByte()
486 static void PrintLegend(InternalScopedString *str) { in PrintLegend()
525 static void PrintShadowBytes(InternalScopedString *str, const char *before, in PrintShadowBytes()
544 InternalScopedString str(4096 * 8); in PrintShadowMemoryForAddress()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_monitor.h25 InternalScopedString Buffer;
28 InternalScopedString &Msg);
H A Dubsan_monitor.cc20 InternalScopedString &Msg) in UndefinedBehaviorReport()
52 InternalScopedString &Buf = CurrentUBR->Buffer; in __ubsan_get_current_report_data()
H A Dubsan_diag.cc130 static void RenderHex(InternalScopedString *Buffer, UIntMax Val) { in RenderHex()
140 static void RenderLocation(InternalScopedString *Buffer, Location Loc) { in RenderLocation()
174 static void RenderText(InternalScopedString *Buffer, const char *Message, in RenderText()
274 InternalScopedString Buffer(1024); in PrintMemorySnippet()
342 InternalScopedString Buffer(1024); in ~Diag()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_monitor.h23 InternalScopedString Buffer;
26 InternalScopedString &Msg);
H A Dubsan_monitor.cc18 InternalScopedString &Msg) in UndefinedBehaviorReport()
50 InternalScopedString &Buf = CurrentUBR->Buffer; in __ubsan_get_current_report_data()
H A Dubsan_diag.cc128 static void RenderHex(InternalScopedString *Buffer, UIntMax Val) { in RenderHex()
138 static void RenderLocation(InternalScopedString *Buffer, Location Loc) { in RenderLocation()
172 static void RenderText(InternalScopedString *Buffer, const char *Message, in RenderText()
272 InternalScopedString Buffer(1024); in PrintMemorySnippet()
340 InternalScopedString Buffer(1024); in ~Diag()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_printer_test.cc20 InternalScopedString str(128); in TEST()
54 InternalScopedString str(128); in TEST()
80 InternalScopedString str(256); in TEST()

1234