LLVM  4.0.0
Namespaces | Enumerations | Functions
OrcError.h File Reference
#include "llvm/Support/Error.h"
#include <system_error>
Include dependency graph for OrcError.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 
 llvm::orc
 

Enumerations

enum  llvm::orc::OrcErrorCode : int {
  llvm::orc::OrcErrorCode::RemoteAllocatorDoesNotExist = 1, llvm::orc::OrcErrorCode::RemoteAllocatorIdAlreadyInUse, llvm::orc::OrcErrorCode::RemoteMProtectAddrUnrecognized, llvm::orc::OrcErrorCode::RemoteIndirectStubsOwnerDoesNotExist,
  llvm::orc::OrcErrorCode::RemoteIndirectStubsOwnerIdAlreadyInUse, llvm::orc::OrcErrorCode::RPCResponseAbandoned, llvm::orc::OrcErrorCode::UnexpectedRPCCall, llvm::orc::OrcErrorCode::UnexpectedRPCResponse,
  llvm::orc::OrcErrorCode::UnknownRPCFunction
}
 

Functions

Error llvm::orc::orcError (OrcErrorCode ErrCode)