Searched refs:RenderSourceLocation (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_stacktrace_printer_test.cc | 19 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/ |
D | sanitizer_stacktrace_printer.cc | 85 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
|
D | sanitizer_stacktrace_printer.h | 54 void RenderSourceLocation(InternalScopedString *buffer, const char *file,
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_diag.cc | 120 RenderSourceLocation(&LocBuffer, SLoc.getFilename(), SLoc.getLine(), in renderLocation() 130 RenderSourceLocation(&LocBuffer, Info.file, Info.line, Info.column, in renderLocation()
|