Lines Matching defs:Style
279 bool ShouldInline, OutputStyle Style,
302 } else if (Style == OutputStyle::GNU) {
333 OutputStyle Style, StringRef InputString,
364 ShouldInline, Style, Symbolizer, Printer);
367 ShouldInline, Style, Symbolizer, Printer);
540 auto Style = IsAddr2Line ? OutputStyle::GNU : OutputStyle::LLVM;
543 Style = OutputStyle::GNU;
545 Style = OutputStyle::JSON;
547 Style = OutputStyle::LLVM;
557 if (Style == OutputStyle::GNU)
559 else if (Style == OutputStyle::JSON)
588 symbolizeInput(Args, BuildID, AdjustVMA, IsAddr2Line, Style,
595 symbolizeInput(Args, BuildID, AdjustVMA, IsAddr2Line, Style, Address,