Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_coverage_mapping_libcdep.cc73 InternalScopedString text(kMaxTextSize); in CovUpdateMapping()
98 InternalScopedString tmp_path(64 + in CovUpdateMapping()
117 InternalScopedString path(64 + internal_strlen(common_flags()->coverage_dir)); in CovUpdateMapping()
Dsanitizer_stacktrace_libcdep.cc20 static void PrintStackFramePrefix(InternalScopedString *buffer, uptr frame_num, in PrintStackFramePrefix()
32 InternalScopedString frame_desc(GetPageSizeCached() * 2); in PrintStack()
Dsanitizer_common.h96 class InternalScopedString : public InternalScopedBuffer<char> {
98 explicit InternalScopedString(uptr max_length) in InternalScopedString() function
173 void PrintSourceLocation(InternalScopedString *buffer, const char *file,
175 void PrintModuleAndOffset(InternalScopedString *buffer,
Dsanitizer_common.cc160 void PrintSourceLocation(InternalScopedString *buffer, const char *file, in PrintSourceLocation()
172 void PrintModuleAndOffset(InternalScopedString *buffer, const char *module, in PrintModuleAndOffset()
Dsanitizer_printf.cc314 void InternalScopedString::append(const char *format, ...) { in append()
Dsanitizer_posix.cc324 InternalScopedString buff(4096); in GetCodeRangeForFile()
Dsanitizer_coverage_libcdep.cc97 InternalScopedString path(1024); in DirectOpen()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_common_test.cc202 TEST(SanitizerCommon, InternalScopedString) { in TEST() argument
203 InternalScopedString str(10); in TEST()
230 InternalScopedString str(128); in TEST()
252 InternalScopedString str(128); in TEST()
/external/compiler-rt/lib/asan/
Dasan_report.cc92 static void PrintShadowByte(InternalScopedString *str, const char *before, in PrintShadowByte()
99 static void PrintShadowBytes(InternalScopedString *str, const char *before, in PrintShadowBytes()
113 static void PrintLegend(InternalScopedString *str) { in PrintLegend()
154 InternalScopedString str(4096 * 8); in PrintShadowMemoryForAddress()
204 static void PrintGlobalNameIfASCII(InternalScopedString *str, in PrintGlobalNameIfASCII()
224 static void PrintGlobalLocation(InternalScopedString *str, in PrintGlobalLocation()
240 InternalScopedString str(4096); in DescribeAddressRelativeToGlobal()
330 InternalScopedString str(1024); in PrintAccessAndVarIntersection()
438 InternalScopedString str(4096); in DescribeAccessToHeapChunk()
527 InternalScopedString str(1024); in DescribeThread()
[all …]
Dasan_fake_stack.cc62 InternalScopedString str(kNumberOfSizeClasses * 50); in Destroy()
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc109 InternalScopedString LocBuffer(1024); in renderLocation()