Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp328 LLVM_ATTRIBUTE_NORETURN static void reportCmdLineError(const Twine &Message) { in reportCmdLineError() function
2349 reportCmdLineError(A->getSpelling() + in parseIntArg()
2405 reportCmdLineError("no input file"); in parseOtoolOptions()
2550 [&](StringRef Msg) { reportCmdLineError(Msg); }); in main()
2581 reportCmdLineError("start address should be less than stop address"); in main()