Searched refs:OutputFormatTy (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/tool/ |
| H A D | ClangDocMain.cpp | 95 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 D | llvm-size.cpp | 71 enum OutputFormatTy { berkeley, sysv, darwin }; enum 78 static OutputFormatTy OutputFormat;
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | llvm-readobj.cpp | 86 enum OutputFormatTy { bsd, sysv, posix, darwin, just_symbols }; enum
|
| /llvm-project-15.0.7/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 86 enum OutputFormatTy { bsd, sysv, posix, darwin, just_symbols }; enum 98 static OutputFormatTy OutputFormat;
|