Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace_printer.cc30 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()
Dsanitizer_stacktrace_printer.h51 const AddressInfo &info, bool vs_style,
56 int line, int column, bool vs_style,
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace_printer.cpp110 uptr address, const AddressInfo *info, bool vs_style, in RenderFrame() argument
174 vs_style, strip_path_prefix); in RenderFrame()
180 vs_style, strip_path_prefix); in RenderFrame()
263 int line, int column, bool vs_style, in RenderSourceLocation() argument
265 if (vs_style && line > 0) { in RenderSourceLocation()
Dsanitizer_stacktrace_printer.h50 uptr address, const AddressInfo *info, bool vs_style,
57 int line, int column, bool vs_style,
Dsanitizer_symbolizer_markup.cpp90 uptr address, const AddressInfo *info, bool vs_style, in RenderFrame() argument