Home
last modified time | relevance | path

Searched refs:RenderSourceLocation (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_printer_test.cpp18 TEST(SanitizerStacktracePrinter, RenderSourceLocation) { in TEST() argument
20 RenderSourceLocation(&str, "/dir/file.cc", 10, 5, false, ""); in TEST()
24 RenderSourceLocation(&str, "/dir/file.cc", 11, 0, false, ""); in TEST()
28 RenderSourceLocation(&str, "/dir/file.cc", 0, 0, false, ""); in TEST()
32 RenderSourceLocation(&str, "/dir/file.cc", 10, 5, false, "/dir/"); in TEST()
36 RenderSourceLocation(&str, "/dir/file.cc", 10, 5, true, ""); in TEST()
40 RenderSourceLocation(&str, "/dir/file.cc", 11, 0, true, ""); in TEST()
44 RenderSourceLocation(&str, "/dir/file.cc", 0, 0, true, ""); in TEST()
48 RenderSourceLocation(&str, "/dir/file.cc", 10, 5, true, "/dir/"); in TEST()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_printer.cpp189 RenderSourceLocation(buffer, info->file, info->line, info->column, in RenderFrame()
195 RenderSourceLocation(buffer, info->file, info->line, info->column, in RenderFrame()
281 void RenderSourceLocation(InternalScopedString *buffer, const char *file, in RenderSourceLocation() function
H A Dsanitizer_stacktrace_printer.h56 void RenderSourceLocation(InternalScopedString *buffer, const char *file,
/llvm-project-15.0.7/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp152 RenderSourceLocation(Buffer, SLoc.getFilename(), SLoc.getLine(), in RenderLocation()
163 RenderSourceLocation(Buffer, Info.file, Info.line, Info.column, in RenderLocation()