LLVM
8.0.1
|
This is the complete list of members for llvm::ExitOnError, including all inherited members.
ExitOnError(std::string Banner="", int DefaultErrorExitCode=1) | llvm::ExitOnError | inline |
operator()(Error Err) const | llvm::ExitOnError | inline |
operator()(Expected< T > &&E) const | llvm::ExitOnError | inline |
operator()(Expected< T &> &&E) const | llvm::ExitOnError | inline |
setBanner(std::string Banner) | llvm::ExitOnError | inline |
setExitCodeMapper(std::function< int(const Error &)> GetExitCode) | llvm::ExitOnError | inline |