Searched refs:OutputStyle (Results 1 – 6 of 6) sorted by relevance
107 enum class OutputStyle { LLVM, GNU, JSON }; enum216 OutputStyle Style, LLVMSymbolizer &Symbolizer, in executeCommand()232 } else if (Style == OutputStyle::GNU) { in executeCommand()258 OutputStyle Style, StringRef InputString, in symbolizeInput()454 auto Style = IsAddr2Line ? OutputStyle::GNU : OutputStyle::LLVM; in main()457 Style = OutputStyle::GNU; in main()459 Style = OutputStyle::JSON; in main()461 Style = OutputStyle::LLVM; in main()471 if (Style == OutputStyle::GNU) in main()473 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 {
59 class DumpOutputStyle : public OutputStyle {