Searched refs:OutputStyle (Results 1 – 6 of 6) sorted by relevance
94 enum class OutputStyle { LLVM, GNU, JSON }; enum149 bool IsAddr2Line, OutputStyle Style, in symbolizeInput()174 } else if (Style == OutputStyle::GNU) { in symbolizeInput()318 auto Style = IsAddr2Line ? OutputStyle::GNU : OutputStyle::LLVM; in main()321 Style = OutputStyle::GNU; in main()323 Style = OutputStyle::JSON; in main()325 Style = OutputStyle::LLVM; in main()330 if (Style == OutputStyle::GNU) in main()332 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 {