Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp139 LLVM_ATTRIBUTE_NORETURN static void badUsage(Twine Error) { in badUsage() function
255 badUsage("expected [count] for 'N' modifier"); in getCountParam()
258 badUsage("value for [count] must be numeric, got: " + CountParamArg); in getCountParam()
260 badUsage("value for [count] must be positive, got: " + CountParamArg); in getCountParam()
267 badUsage("an archive name must be specified"); in getArchive()
293 badUsage("cannot mix -M and other options"); in parseCommandLine()
406 badUsage(std::string("unknown option ") + Options[i]); in parseCommandLine()
421 badUsage("the 's' operation takes only an archive as argument"); in parseCommandLine()
427 badUsage("you must specify at least one of the operations"); in parseCommandLine()
429 badUsage("only one operation may be specified"); in parseCommandLine()
[all …]