Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-size/
Dllvm-size.cpp45 static cl::opt<OutputFormatTy> OutputFormatShort( variable
714 if (OutputFormatShort.getNumOccurrences()) in main()
715 OutputFormat = static_cast<OutputFormatTy>(OutputFormatShort); in main()