enum class OrcErrorCode
Declared at: llvm/include/llvm/ExecutionEngine/Orc/Shared/OrcError.h:24
Enumerators
Name | Value | Comment |
---|---|---|
UnknownORCError | 1 | |
DuplicateDefinition | 2 | |
JITSymbolNotFound | 3 | |
RemoteAllocatorDoesNotExist | 4 | |
RemoteAllocatorIdAlreadyInUse | 5 | |
RemoteMProtectAddrUnrecognized | 6 | |
RemoteIndirectStubsOwnerDoesNotExist | 7 | |
RemoteIndirectStubsOwnerIdAlreadyInUse | 8 | |
RPCConnectionClosed | 9 | |
RPCCouldNotNegotiateFunction | 10 | |
RPCResponseAbandoned | 11 | |
UnexpectedRPCCall | 12 | |
UnexpectedRPCResponse | 13 | |
UnknownErrorCodeFromRemote | 14 | |
UnknownResourceHandle | 15 | |
MissingSymbolDefinitions | 16 | |
UnexpectedSymbolDefinitions | 17 |