13#ifndef LLVM_EXECUTIONENGINE_ORC_SHARED_ORCERROR_H
14#define LLVM_EXECUTIONENGINE_ORC_SHARED_ORCERROR_H
19#include <system_error>
56 std::string SymbolName;
68 std::string SymbolName;
Base class for user error types.
const std::string & getSymbolName() const
void log(raw_ostream &OS) const override
Print an error message to an output stream.
std::error_code convertToErrorCode() const override
Convert this error to a std::error_code.
void log(raw_ostream &OS) const override
Print an error message to an output stream.
std::error_code convertToErrorCode() const override
Convert this error to a std::error_code.
const std::string & getSymbolName() const
Errors of this type should be returned if a module fails to include definitions that are claimed by t...
Errors of this type should be returned if a module contains definitions for symbols that are not clai...
This class implements an extremely fast bulk output stream that can only output to a stream.
@ RemoteAllocatorDoesNotExist
@ RPCCouldNotNegotiateFunction
@ UnknownErrorCodeFromRemote
@ RemoteMProtectAddrUnrecognized
@ RemoteIndirectStubsOwnerDoesNotExist
@ RemoteAllocatorIdAlreadyInUse
@ RemoteIndirectStubsOwnerIdAlreadyInUse
std::error_code orcError(OrcErrorCode ErrCode)
This is an optimization pass for GlobalISel generic memory operations.