Searched refs:vs_style (Results 1 – 4 of 4) sorted by relevance
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stacktrace_printer.h | 33 bool vs_style, const char *strip_path_prefix = "") { 44 int line, int column, bool vs_style, 97 bool vs_style, const char *strip_path_prefix = "") override;
|
H A D | sanitizer_stacktrace_printer.cpp | 170 bool vs_style, in RenderFrame() argument 237 vs_style, strip_path_prefix); in RenderFrame() 243 vs_style, strip_path_prefix); in RenderFrame() 336 int column, bool vs_style, in RenderSourceLocation() argument 338 if (vs_style && line > 0) { in RenderSourceLocation()
|
H A D | sanitizer_symbolizer_markup.h | 36 bool vs_style, const char *strip_path_prefix = "") override;
|
H A D | sanitizer_symbolizer_markup.cpp | 42 bool vs_style, in RenderFrame() argument
|