Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-size/
H A Dllvm-size.cpp47 OutputFormatShort(cl::desc("Specify output format"), variable
881 if (OutputFormatShort.getNumOccurrences()) in main()
882 OutputFormat = static_cast<OutputFormatTy>(OutputFormatShort); in main()