Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp107 enum class OutputStyle { LLVM, GNU, JSON }; enum
216 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()
/openbsd-src/gnu/llvm/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.h59 class DumpOutputStyle : public OutputStyle {