Home
last modified time | relevance | path

Searched refs:OutputStyle (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp103 enum class OutputStyle { LLVM, GNU, JSON }; enum
211 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()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DOutputStyle.h18 class OutputStyle {
20 virtual ~OutputStyle() {} in ~OutputStyle()
H A DYAMLOutputStyle.h21 class YAMLOutputStyle : public OutputStyle {
H A DExplainOutputStyle.h26 class ExplainOutputStyle : public OutputStyle {
H A DBytesOutputStyle.h28 class BytesOutputStyle : public OutputStyle {
H A DDumpOutputStyle.h60 class DumpOutputStyle : public OutputStyle {