Home
last modified time | relevance | path

Searched refs:OutputFormatShort (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/llvm-size/
Dllvm-size.cpp44 OutputFormatShort(cl::desc("Specify output format"), variable
294 if (OutputFormatShort.getNumOccurrences()) in main()
295 OutputFormat = OutputFormatShort; in main()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-size/
Dllvm-size.cpp44 static cl::opt<OutputFormatTy> OutputFormatShort( variable
859 if (OutputFormatShort.getNumOccurrences()) in main()
860 OutputFormat = static_cast<OutputFormatTy>(OutputFormatShort); in main()
/external/llvm/tools/llvm-size/
Dllvm-size.cpp46 static cl::opt<OutputFormatTy> OutputFormatShort( variable
832 if (OutputFormatShort.getNumOccurrences()) in main()
833 OutputFormat = static_cast<OutputFormatTy>(OutputFormatShort); in main()