Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_printer.h33 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 Dsanitizer_stacktrace_printer.cpp170 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 Dsanitizer_symbolizer_markup.h36 bool vs_style, const char *strip_path_prefix = "") override;
H A Dsanitizer_symbolizer_markup.cpp42 bool vs_style, in RenderFrame() argument