Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-doc/tool/
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()
/external/llvm/tools/llvm-size/
Dllvm-size.cpp38 enum OutputFormatTy { berkeley, sysv, darwin }; enum
39 static cl::opt<OutputFormatTy>
46 static cl::opt<OutputFormatTy> OutputFormatShort(
833 OutputFormat = static_cast<OutputFormatTy>(OutputFormatShort); in main()
/external/llvm-project/llvm/tools/llvm-size/
Dllvm-size.cpp38 enum OutputFormatTy { berkeley, sysv, darwin }; enum
39 static cl::opt<OutputFormatTy>
46 static cl::opt<OutputFormatTy>
884 OutputFormat = static_cast<OutputFormatTy>(OutputFormatShort); in main()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp54 enum OutputFormatTy { bsd, sysv, posix, darwin }; enum
55 cl::opt<OutputFormatTy> OutputFormat(
/external/llvm-project/llvm/tools/llvm-nm/
Dllvm-nm.cpp50 enum OutputFormatTy { bsd, sysv, posix, darwin }; enum
54 cl::opt<OutputFormatTy> OutputFormat(