Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp75 [[noreturn]] static void reportCmdLineError(const Twine &Message) {
85 reportCmdLineError("expected a positive integer, but got '" + V + "'"); in reportCmdLineError()
134 [&](StringRef Msg) { reportCmdLineError(Msg); }); in main()
162 reportCmdLineError("--radix value should be one of: '' (no offset), 'o' " in main()
82 [[noreturn]] static void reportCmdLineError(const Twine &Message) { reportCmdLineError() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp491 [[noreturn]] static void reportCmdLineError(const Twine &Message) { in reportCmdLineError() function
3414 reportCmdLineError(A->getSpelling() + in parseIntArg()
3425 reportCmdLineError(A->getSpelling() + ": expected a build ID, but got '" + in parseBuildIDArg()
3431 reportCmdLineError("'" + StringRef(A->getValue()) + in invalidArgValue()
3487 reportCmdLineError("no input file"); in parseOtoolOptions()
3621 reportCmdLineError(A->getSpelling() + ": could not find build ID '" + in parseObjdumpOptions()
3668 [&](StringRef Msg) { reportCmdLineError(Msg); }); in llvm_objdump_main()
3714 reportCmdLineError("start address should be less than stop address"); in llvm_objdump_main()