Searched refs:reportCmdLineError (Results 1 – 2 of 2) sorted by relevance
76 LLVM_ATTRIBUTE_NORETURN static void reportCmdLineError(const Twine &Message) { in reportCmdLineError() function86 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()
328 LLVM_ATTRIBUTE_NORETURN static void reportCmdLineError(const Twine &Message) { in reportCmdLineError() function2432 reportCmdLineError(A->getSpelling() + in parseIntArg()2488 reportCmdLineError("no input file"); in parseOtoolOptions()2633 [&](StringRef Msg) { reportCmdLineError(Msg); }); in main()2664 reportCmdLineError("start address should be less than stop address"); in main()