Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp75 [[noreturn]] static void reportCmdLineError(const Twine &Message) { in reportCmdLineError() function
85 reportCmdLineError("expected a positive integer, but got '" + V + "'"); in parseIntArg()
134 [&](StringRef Msg) { reportCmdLineError(Msg); }); in main()
162 reportCmdLineError("--radix value should be one of: '' (no offset), 'o' " in main()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp332 [[noreturn]] static void reportCmdLineError(const Twine &Message) { in reportCmdLineError() function
2701 reportCmdLineError(A->getSpelling() + in parseIntArg()
2709 reportCmdLineError("'" + StringRef(A->getValue()) + in invalidArgValue()
2762 reportCmdLineError("no input file"); in parseOtoolOptions()
2914 [&](StringRef Msg) { reportCmdLineError(Msg); }); in main()
2945 reportCmdLineError("start address should be less than stop address"); in main()