Searched refs:OutputStyle (Results 1 – 6 of 6) sorted by relevance
96 enum class OutputStyle { LLVM, GNU, JSON }; enum151 bool IsAddr2Line, OutputStyle Style, in symbolizeInput()176 } else if (Style == OutputStyle::GNU) { in symbolizeInput()319 auto Style = IsAddr2Line ? OutputStyle::GNU : OutputStyle::LLVM; in main()322 Style = OutputStyle::GNU; in main()324 Style = OutputStyle::JSON; in main()326 Style = OutputStyle::LLVM; in main()331 if (Style == OutputStyle::GNU) in main()333 else if (Style == OutputStyle::JSON) in main()
18 class OutputStyle {20 virtual ~OutputStyle() {} in ~OutputStyle()
22 class YAMLOutputStyle : public OutputStyle {
25 class ExplainOutputStyle : public OutputStyle {
28 class BytesOutputStyle : public OutputStyle {
66 class DumpOutputStyle : public OutputStyle {