Searched refs:vs_style (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stacktrace_printer.cc | 30 const AddressInfo &info, bool vs_style, in RenderFrame() argument 86 RenderSourceLocation(buffer, info.file, info.line, info.column, vs_style, in RenderFrame() 93 vs_style, strip_path_prefix); in RenderFrame() 120 int line, int column, bool vs_style, in RenderSourceLocation() argument 122 if (vs_style && line > 0) { in RenderSourceLocation()
|
D | sanitizer_stacktrace_printer.h | 51 const AddressInfo &info, bool vs_style, 56 int line, int column, bool vs_style,
|