Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp96 enum class OutputStyle { LLVM, GNU, JSON }; enum
151 bool IsAddr2Line, OutputStyle Style, in symbolizeInput()
176 } else if (Style == OutputStyle::GNU) { in symbolizeInput()
319 auto Style = IsAddr2Line ? OutputStyle::GNU : OutputStyle::LLVM; in main()
322 Style = OutputStyle::GNU; in main()
324 Style = OutputStyle::JSON; in main()
326 Style = OutputStyle::LLVM; in main()
331 if (Style == OutputStyle::GNU) in main()
333 else if (Style == OutputStyle::JSON) in main()
/freebsd-13.1/contrib/llvm-project/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 {