LLVM 19.0.0git
Classes | Namespaces | Enumerations | Functions
OrcError.h File Reference
#include "llvm/Support/Error.h"
#include "llvm/Support/raw_ostream.h"
#include <string>
#include <system_error>

Go to the source code of this file.

Classes

class  llvm::orc::DuplicateDefinition
 
class  llvm::orc::JITSymbolNotFound
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::orc
 

Enumerations

enum class  llvm::orc::OrcErrorCode : int {
  llvm::orc::UnknownORCError = 1 , llvm::orc::DuplicateDefinition , llvm::orc::JITSymbolNotFound , llvm::orc::RemoteAllocatorDoesNotExist ,
  llvm::orc::RemoteAllocatorIdAlreadyInUse , llvm::orc::RemoteMProtectAddrUnrecognized , llvm::orc::RemoteIndirectStubsOwnerDoesNotExist , llvm::orc::RemoteIndirectStubsOwnerIdAlreadyInUse ,
  llvm::orc::RPCConnectionClosed , llvm::orc::RPCCouldNotNegotiateFunction , llvm::orc::RPCResponseAbandoned , llvm::orc::UnexpectedRPCCall ,
  llvm::orc::UnexpectedRPCResponse , llvm::orc::UnknownErrorCodeFromRemote , llvm::orc::UnknownResourceHandle , llvm::orc::MissingSymbolDefinitions ,
  llvm::orc::UnexpectedSymbolDefinitions
}
 

Functions

std::error_code llvm::orc::orcError (OrcErrorCode ErrCode)