Home
last modified time | relevance | path

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

123

/external/llvm-project/compiler-rt/lib/sanitizer_common/
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,
Dsanitizer_stacktrace_libcdep.cpp26 InternalScopedString frame_desc(GetPageSizeCached() * 2); in Print()
27 InternalScopedString dedup_token(GetPageSizeCached()); in Print()
128 InternalScopedString frame_desc(GetPageSizeCached()); in __sanitizer_symbolize_pc()
159 InternalScopedString data_desc(GetPageSizeCached()); in __sanitizer_symbolize_global()
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()
Dsanitizer_symbolizer_markup.cpp81 void RenderData(InternalScopedString *buffer, const char *format, in RenderData()
89 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no, in RenderFrame()
Dsanitizer_symbolizer_report.cpp34 InternalScopedString buff(kMaxSummaryLength); in ReportErrorSummary()
143 static void PrintMemoryByte(InternalScopedString *str, const char *before, in PrintMemoryByte()
153 InternalScopedString str(1024); in MaybeDumpInstructionBytes()
Dsanitizer_suppressions.cpp37 InternalScopedString exec(kMaxPathLength); in GetPathAssumingFileIsRelativeToExec()
72 InternalScopedString new_file_path(kMaxPathLength); in ParseFromFile()
/external/compiler-rt/lib/sanitizer_common/
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,
Dsanitizer_coverage_mapping_libcdep.cc72 InternalScopedString text(kMaxTextSize); in CovUpdateMapping()
94 InternalScopedString tmp_path(64 + internal_strlen(coverage_dir)); in CovUpdateMapping()
112 InternalScopedString path(64 + internal_strlen(coverage_dir)); in CovUpdateMapping()
Dsanitizer_stacktrace_printer.cc29 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no, in RenderFrame()
119 void RenderSourceLocation(InternalScopedString *buffer, const char *file, in RenderSourceLocation()
138 void RenderModuleLocation(InternalScopedString *buffer, const char *module, in RenderModuleLocation()
Dsanitizer_coverage_libcdep.cc190 InternalScopedString path(kMaxPathLength); in DirectOpen()
586 static fd_t CovOpenFile(InternalScopedString *path, bool packed, in CovOpenFile()
615 InternalScopedString out(32 << 20); in DumpTrace()
623 InternalScopedString path(kMaxPathLength); in DumpTrace()
665 InternalScopedString out(32 << 20); in DumpCallerCalleePairs()
689 InternalScopedString path(kMaxPathLength); in DumpCallerCalleePairs()
716 InternalScopedString path(kMaxPathLength); in DumpCounters()
738 InternalScopedString path(kMaxPathLength); in DumpAsBitSet()
816 InternalScopedString report_path(kMaxPathLength); in GenerateHtmlReport()
833 InternalScopedString path(kMaxPathLength); in DumpOffsets()
[all …]
Dsanitizer_stacktrace_libcdep.cc27 InternalScopedString frame_desc(GetPageSizeCached() * 2); in Print()
28 InternalScopedString dedup_token(GetPageSizeCached()); in Print()
Dsanitizer_libignore.cc41 InternalScopedString buf(kMaxPathLength); in OnLibraryLoaded()
54 InternalScopedString module(kMaxPathLength); in OnLibraryLoaded()
Dsanitizer_suppressions.cc36 InternalScopedString exec(kMaxPathLength); in GetPathAssumingFileIsRelativeToExec()
55 InternalScopedString new_file_path(kMaxPathLength); in ParseFromFile()
/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_monitor.h24 InternalScopedString Buffer;
27 InternalScopedString &Msg);
Dubsan_monitor.cpp19 InternalScopedString &Msg) in UndefinedBehaviorReport()
51 InternalScopedString &Buf = CurrentUBR->Buffer; in __ubsan_get_current_report_data()
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(1024); in PrintMemorySnippet()
349 InternalScopedString Buffer(1024); in ~Diag()
/external/llvm-project/compiler-rt/lib/asan/
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,
Dasan_errors.cpp346 InternalScopedString g1_loc(256), g2_loc(256); in Print()
363 InternalScopedString error_msg(256); in Print()
494 static void PrintShadowByte(InternalScopedString *str, const char *before, in PrintShadowByte()
499 static void PrintLegend(InternalScopedString *str) { in PrintLegend()
538 static void PrintShadowBytes(InternalScopedString *str, const char *before, in PrintShadowBytes()
557 InternalScopedString str(4096 * 8); in PrintShadowMemoryForAddress()
Dasan_descriptions.cpp51 InternalScopedString str(1024); in DescribeThread()
129 InternalScopedString str(4096); in PrintHeapChunkAccess()
246 InternalScopedString str(1024); in PrintAccessAndVarIntersection()
279 InternalScopedString str(4096); in DescribeAddressRelativeToGlobal()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stacktrace_printer_test.cc20 InternalScopedString str(128); in TEST()
54 InternalScopedString str(128); in TEST()
75 InternalScopedString str(256); in TEST()
/external/compiler-rt/lib/asan/
Dasan_report.cc120 static void PrintMemoryByte(InternalScopedString *str, const char *before, in PrintMemoryByte()
129 static void PrintShadowByte(InternalScopedString *str, const char *before, in PrintShadowByte()
134 static void PrintShadowBytes(InternalScopedString *str, const char *before, in PrintShadowBytes()
148 static void PrintLegend(InternalScopedString *str) { in PrintLegend()
193 InternalScopedString str(1024); in MaybeDumpInstructionBytes()
211 InternalScopedString str(4096 * 8); in PrintShadowMemoryForAddress()
261 static void PrintGlobalNameIfASCII(InternalScopedString *str, in PrintGlobalNameIfASCII()
281 static void PrintGlobalLocation(InternalScopedString *str, in PrintGlobalLocation()
294 InternalScopedString str(4096); in DescribeAddressRelativeToGlobal()
402 InternalScopedString str(1024); in PrintAccessAndVarIntersection()
[all …]
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stacktrace_printer_test.cpp19 InternalScopedString str(128); in TEST()
53 InternalScopedString str(128); in TEST()
79 InternalScopedString str(256); in TEST()
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc127 static void RenderHex(InternalScopedString *Buffer, UIntMax Val) { in RenderHex()
137 static void RenderLocation(InternalScopedString *Buffer, Location Loc) { in RenderLocation()
171 static void RenderText(InternalScopedString *Buffer, const char *Message, in RenderText()
271 InternalScopedString Buffer(1024); in PrintMemorySnippet()
339 InternalScopedString Buffer(1024); in ~Diag()
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_report.cpp227 InternalScopedString frame_desc(GetPageSizeCached() * 2); in PrintStackAllocations()
455 void (*print_tag)(InternalScopedString &s, in PrintTagInfoAroundAddr()
462 InternalScopedString s(GetPageSizeCached() * 8); in PrintTagInfoAroundAddr()
480 PrintTagInfoAroundAddr(tag_ptr, 17, [](InternalScopedString &s, tag_t *tag) { in PrintTagsAroundAddr()
488 PrintTagInfoAroundAddr(tag_ptr, 3, [](InternalScopedString &s, tag_t *tag) { in PrintTagsAroundAddr()
550 InternalScopedString s(GetPageSizeCached() * 8); in ReportTailOverwritten()
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_descriptions.cpp51 InternalScopedString str(1024); in DescribeThread()

123