Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-size/
Dllvm-size.cpp37 enum OutputFormatTy { berkeley, sysv, darwin }; enum
38 static cl::opt<OutputFormatTy>
45 static cl::opt<OutputFormatTy> OutputFormatShort(
715 OutputFormat = static_cast<OutputFormatTy>(OutputFormatShort); in main()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp53 enum OutputFormatTy { bsd, sysv, posix, darwin }; enum
54 cl::opt<OutputFormatTy> OutputFormat(