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, ""); in TEST()
25 RenderSourceLocation(&str, "/dir/file.cc", 11, 0, ""); in TEST()
29 RenderSourceLocation(&str, "/dir/file.cc", 0, 0, ""); in TEST()
33 RenderSourceLocation(&str, "/dir/file.cc", 10, 5, "/dir/"); in TEST()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace_printer.cc85 RenderSourceLocation(buffer, info.file, info.line, info.column, in RenderFrame()
91 RenderSourceLocation(buffer, info.file, info.line, info.column, in RenderFrame()
116 void RenderSourceLocation(InternalScopedString *buffer, const char *file, in RenderSourceLocation() function
Dsanitizer_stacktrace_printer.h54 void RenderSourceLocation(InternalScopedString *buffer, const char *file,
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc120 RenderSourceLocation(&LocBuffer, SLoc.getFilename(), SLoc.getLine(), in renderLocation()
130 RenderSourceLocation(&LocBuffer, Info.file, Info.line, Info.column, in renderLocation()