Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp149 [[noreturn]] static void badUsage(Twine Error) { in badUsage() function
277 badUsage("expected [count] for 'N' modifier"); in getCountParam()
280 badUsage("value for [count] must be numeric, got: " + CountParamArg); in getCountParam()
282 badUsage("value for [count] must be positive, got: " + CountParamArg); in getCountParam()
289 badUsage("an archive name must be specified"); in getArchive()
315 badUsage("cannot mix -M and other options"); in parseCommandLine()
426 badUsage(std::string("unknown option ") + Options[i]); in parseCommandLine()
445 badUsage("the 's' operation takes only an archive as argument"); in parseCommandLine()
451 badUsage("you must specify at least one of the operations"); in parseCommandLine()
453 badUsage("only one operation may be specified"); in parseCommandLine()
[all …]