Searched refs:OutputStyle (Results 1 – 6 of 6) sorted by relevance
103 enum class OutputStyle { LLVM, GNU, JSON }; enum211 OutputStyle Style, LLVMSymbolizer &Symbolizer, in executeCommand()227 } else if (Style == OutputStyle::GNU) { in executeCommand()253 OutputStyle Style, StringRef InputString, in symbolizeInput()456 auto Style = IsAddr2Line ? OutputStyle::GNU : OutputStyle::LLVM; in main()459 Style = OutputStyle::GNU; in main()461 Style = OutputStyle::JSON; in main()463 Style = OutputStyle::LLVM; in main()473 if (Style == OutputStyle::GNU) in main()475 else if (Style == OutputStyle::JSON) in main()
18 class OutputStyle {20 virtual ~OutputStyle() {} in ~OutputStyle()
21 class YAMLOutputStyle : public OutputStyle {
26 class ExplainOutputStyle : public OutputStyle {
28 class BytesOutputStyle : public OutputStyle {
60 class DumpOutputStyle : public OutputStyle {