Home
last modified time | relevance | path

Searched refs:OutputFormatTy (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-doc/tool/
H A DClangDocMain.cpp95 enum OutputFormatTy { enum
101 static llvm::cl::opt<OutputFormatTy>
103 llvm::cl::values(clEnumValN(OutputFormatTy::yaml, "yaml",
105 clEnumValN(OutputFormatTy::md, "md",
107 clEnumValN(OutputFormatTy::html, "html",
109 llvm::cl::init(OutputFormatTy::yaml),
114 case OutputFormatTy::yaml: in getFormatString()
116 case OutputFormatTy::md: in getFormatString()
118 case OutputFormatTy::html: in getFormatString()
/llvm-project-15.0.7/llvm/tools/llvm-size/
H A Dllvm-size.cpp71 enum OutputFormatTy { berkeley, sysv, darwin }; enum
78 static OutputFormatTy OutputFormat;
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp86 enum OutputFormatTy { bsd, sysv, posix, darwin, just_symbols }; enum
/llvm-project-15.0.7/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp86 enum OutputFormatTy { bsd, sysv, posix, darwin, just_symbols }; enum
98 static OutputFormatTy OutputFormat;