Searched refs:reportCmdLineError (Results 1 – 2 of 2) sorted by relevance
75 [[noreturn]] static void reportCmdLineError(const Twine &Message) { in reportCmdLineError() function85 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()
332 [[noreturn]] static void reportCmdLineError(const Twine &Message) { in reportCmdLineError() function2701 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()