Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stacktrace_printer_test.cc19 TEST(SanitizerStacktracePrinter, RenderSourceLocation) { in TEST() argument
21 RenderSourceLocation(&str, "/dir/file.cc", 10, 5, false, ""); in TEST()
25 RenderSourceLocation(&str, "/dir/file.cc", 11, 0, false, ""); in TEST()
29 RenderSourceLocation(&str, "/dir/file.cc", 0, 0, false, ""); in TEST()
33 RenderSourceLocation(&str, "/dir/file.cc", 10, 5, false, "/dir/"); in TEST()
37 RenderSourceLocation(&str, "/dir/file.cc", 10, 5, true, ""); in TEST()
41 RenderSourceLocation(&str, "/dir/file.cc", 11, 0, true, ""); in TEST()
45 RenderSourceLocation(&str, "/dir/file.cc", 0, 0, true, ""); in TEST()
49 RenderSourceLocation(&str, "/dir/file.cc", 10, 5, true, "/dir/"); in TEST()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace_printer.cc86 RenderSourceLocation(buffer, info.file, info.line, info.column, vs_style, in RenderFrame()
92 RenderSourceLocation(buffer, info.file, info.line, info.column, in RenderFrame()
119 void RenderSourceLocation(InternalScopedString *buffer, const char *file, in RenderSourceLocation() function
Dsanitizer_stacktrace_printer.h55 void RenderSourceLocation(InternalScopedString *buffer, const char *file,
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc144 RenderSourceLocation(Buffer, SLoc.getFilename(), SLoc.getLine(), in RenderLocation()
155 RenderSourceLocation(Buffer, Info.file, Info.line, Info.column, in RenderLocation()