Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/compiler-rt/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()
H A Dsanitizer_symbolizer_report.cc35 InternalScopedString buff(kMaxSummaryLength); in ReportErrorSummary()
140 static void PrintMemoryByte(InternalScopedString *str, const char *before, in PrintMemoryByte()
150 InternalScopedString str(1024); in MaybeDumpInstructionBytes()
H A Dsanitizer_symbolizer_markup.cc82 void RenderData(InternalScopedString *buffer, const char *format, in RenderData()
88 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no, in RenderFrame()
H A Dsanitizer_suppressions.cc37 InternalScopedString exec(kMaxPathLength); in GetPathAssumingFileIsRelativeToExec()
57 InternalScopedString new_file_path(kMaxPathLength); in ParseFromFile()
H A Dsanitizer_common_libcdep.cc96 InternalScopedString msg_copy(kErrorMessageBufferSize); in WriteToSyslog()
H A Dsanitizer_libignore.cc42 InternalScopedString buf(kMaxPathLength); in OnLibraryLoaded()
H A Dsanitizer_procmaps_common.cc124 InternalScopedString module_name(kMaxPathLength); in DumpListOfModules()
H A Dsanitizer_common.cc91 InternalScopedString buff(kMaxSummaryLength); in ReportErrorSummary()
H A Dsanitizer_symbolizer_win.cc224 InternalScopedString command_line(kMaxPathLength * 3); in StartSymbolizerSubprocess()
H A Dsanitizer_procmaps_mac.cc357 InternalScopedString module_name(kMaxPathLength); in DumpListOfModules()
H A Dsanitizer_printf.cc349 void InternalScopedString::append(const char *format, ...) { in append()
H A Dsanitizer_common.h567 class InternalScopedString : public InternalMmapVector<char> {
569 explicit InternalScopedString(uptr max_length) in InternalScopedString() function
H A Dsanitizer_posix.cc283 InternalScopedString buff(kMaxPathLength); in GetCodeRangeForFile()
/freebsd-12.1/contrib/compiler-rt/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()
/freebsd-12.1/contrib/compiler-rt/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()
H A Dasan_descriptions.cc52 InternalScopedString str(1024); in DescribeThread()
130 InternalScopedString str(4096); in PrintHeapChunkAccess()
247 InternalScopedString str(1024); in PrintAccessAndVarIntersection()
280 InternalScopedString str(4096); in DescribeAddressRelativeToGlobal()
H A Dasan_globals.cc290 void PrintGlobalNameIfASCII(InternalScopedString *str, const __asan_global &g) { in PrintGlobalNameIfASCII()
308 void PrintGlobalLocation(InternalScopedString *str, const __asan_global &g) { in PrintGlobalLocation()
H A Dasan_fake_stack.cc69 InternalScopedString str(kNumberOfSizeClasses * 50); in Destroy()
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_report.cc241 InternalScopedString frame_desc(GetPageSizeCached() * 2); in PrintAddressDescription()
287 InternalScopedString s(GetPageSizeCached() * 8); in PrintTagsAroundAddr()
345 InternalScopedString s(GetPageSizeCached() * 8); in ReportTailOverwritten()
H A Dhwasan.cc172 static void HwasanFormatMemoryUsage(InternalScopedString &s) { in HwasanFormatMemoryUsage()
209 InternalScopedString s(kMemoryUsageBufferSize); in UpdateMemoryUsage()
471 InternalScopedString s(kMemoryUsageBufferSize); in __hwasan_print_memory_usage()

12