Home
last modified time | relevance | path

Searched refs:RenderFrame (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_printer_test.cpp68 TEST(SanitizerStacktracePrinter, RenderFrame) { in TEST() argument
82 RenderFrame(&str, in TEST()
96 RenderFrame(&str, "%M", frame_no, info.address, &info, false); in TEST()
100 RenderFrame(&str, "%L", frame_no, info.address, &info, false); in TEST()
106 RenderFrame(&str, "%M", frame_no, info.address, &info, false); in TEST()
111 RenderFrame(&str, "%L", frame_no, info.address, &info, false); in TEST()
115 RenderFrame(&str, "%b", frame_no, info.address, &info, false); in TEST()
123 RenderFrame(&str, "%M", frame_no, info.address, &info, false); in TEST()
129 RenderFrame(&str, "%L", frame_no, info.address, &info, false); in TEST()
133 RenderFrame(&str, "%b", frame_no, info.address, &info, false); in TEST()
[all …]
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_printer.h49 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no,
H A Dsanitizer_symbolizer_markup.cpp92 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no, in RenderFrame() function
H A Dsanitizer_stacktrace_libcdep.cpp43 RenderFrame(output_, stack_trace_fmt_, frame_num_++, cur->info.address, in ProcessAddressFrames()
H A Dsanitizer_stacktrace_printer.cpp122 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no, in RenderFrame() function
H A Dsanitizer_symbolizer_report.cpp36 RenderFrame(&buff, "%L %F", 0, info.address, &info, in ReportErrorSummary()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_report.cpp115 RenderFrame(&res, common_flags()->stack_trace_format, i, in PrintStack()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp115 RenderFrame(&res, common_flags()->stack_trace_format, i, in PrintStack()
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp239 RenderFrame(&frame_desc, " %F %L", 0, frame->info.address, &frame->info, in PrintStackAllocations()