Searched refs:reportCmdLineError (Results 1 – 2 of 2) sorted by relevance
80 [[noreturn]] static void reportCmdLineError(const Twine &Message) { in reportCmdLineError() function90 reportCmdLineError("expected a positive integer, but got '" + V + "'"); in parseIntArg()139 [&](StringRef Msg) { reportCmdLineError(Msg); }); in main()167 reportCmdLineError("--radix value should be one of: '' (no offset), 'o' " in main()
347 [[noreturn]] static void reportCmdLineError(const Twine &Message) { in reportCmdLineError() function2935 reportCmdLineError(A->getSpelling() + in parseIntArg()2946 reportCmdLineError(A->getSpelling() + ": expected a build ID, but got '" + in parseBuildIDArg()2954 reportCmdLineError("'" + StringRef(A->getValue()) + in invalidArgValue()3010 reportCmdLineError("no input file"); in parseOtoolOptions()3126 reportCmdLineError(A->getSpelling() + ": could not find build ID '" + in parseObjdumpOptions()3174 [&](StringRef Msg) { reportCmdLineError(Msg); }); in main()3220 reportCmdLineError("start address should be less than stop address"); in main()