Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp154 [[noreturn]] static void badUsage(Twine Error) { in badUsage() function
281 badUsage("expected [count] for 'N' modifier"); in getCountParam()
293 badUsage("an archive name must be specified"); in getArchive()
319 badUsage("cannot mix -M and other options"); in parseCommandLine()
430 badUsage(std::string("unknown option ") + Options[i]); in parseCommandLine()
449 badUsage("the 's' operation takes only an archive as argument"); in parseCommandLine()
455 badUsage("you must specify at least one of the operations"); in parseCommandLine()
457 badUsage("only one operation may be specified"); in parseCommandLine()
459 badUsage("you may only specify one of 'a', 'b', and 'i' modifiers"); in parseCommandLine()
477 badUsage("--output is only applicable to the 'x' operation"); in parseCommandLine()
[all …]