Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp80 [[noreturn]] static void reportCmdLineError(const Twine &Message) { in reportCmdLineError() function
90 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()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp347 [[noreturn]] static void reportCmdLineError(const Twine &Message) { in reportCmdLineError() function
2935 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()