Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp76 LLVM_ATTRIBUTE_NORETURN static void reportCmdLineError(const Twine &Message) { in reportCmdLineError() function
86 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()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp328 LLVM_ATTRIBUTE_NORETURN static void reportCmdLineError(const Twine &Message) { in reportCmdLineError() function
2432 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()