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.cpp77 [[noreturn]] static void reportCmdLineError(const Twine &Message) { in reportCmdLineError() function
87 reportCmdLineError("expected a positive integer, but got '" + V + "'"); in parseIntArg()
136 [&](StringRef Msg) { reportCmdLineError(Msg); }); in main()
164 reportCmdLineError("--radix value should be one of: '' (no offset), 'o' " in main()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp490 [[noreturn]] static void reportCmdLineError(const Twine &Message) { in reportCmdLineError() function
3485 reportCmdLineError(A->getSpelling() + in parseIntArg()
3496 reportCmdLineError(A->getSpelling() + ": expected a build ID, but got '" + in parseBuildIDArg()
3502 reportCmdLineError("'" + StringRef(A->getValue()) + in invalidArgValue()
3558 reportCmdLineError("no input file"); in parseOtoolOptions()
3692 reportCmdLineError(A->getSpelling() + ": could not find build ID '" + in parseObjdumpOptions()
3739 [&](StringRef Msg) { reportCmdLineError(Msg); }); in llvm_objdump_main()
3785 reportCmdLineError("start address should be less than stop address"); in llvm_objdump_main()