Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp94 enum class OutputStyle { LLVM, GNU, JSON }; enum
149 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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DOutputStyle.h18 class OutputStyle {
20 virtual ~OutputStyle() {} in ~OutputStyle()
H A DYAMLOutputStyle.h22 class YAMLOutputStyle : public OutputStyle {
H A DExplainOutputStyle.h25 class ExplainOutputStyle : public OutputStyle {
H A DBytesOutputStyle.h28 class BytesOutputStyle : public OutputStyle {
H A DDumpOutputStyle.h66 class DumpOutputStyle : public OutputStyle {