Home
last modified time | relevance | path

Searched refs:OrcErrorCode (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DOrcError.cpp31 switch (static_cast<OrcErrorCode>(condition)) { in message()
32 case OrcErrorCode::UnknownORCError: in message()
34 case OrcErrorCode::DuplicateDefinition: in message()
36 case OrcErrorCode::JITSymbolNotFound: in message()
38 case OrcErrorCode::RemoteAllocatorDoesNotExist: in message()
40 case OrcErrorCode::RemoteAllocatorIdAlreadyInUse: in message()
42 case OrcErrorCode::RemoteMProtectAddrUnrecognized: in message()
44 case OrcErrorCode::RemoteIndirectStubsOwnerDoesNotExist: in message()
46 case OrcErrorCode::RemoteIndirectStubsOwnerIdAlreadyInUse: in message()
48 case OrcErrorCode::RPCConnectionClosed: in message()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DOrcError.h24 enum class OrcErrorCode : int { enum
45 std::error_code orcError(OrcErrorCode ErrCode);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp74 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()
100 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()
116 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()
141 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()
155 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()
163 return orcError(OrcErrorCode::MissingSymbolDefinitions); in convertToErrorCode()
172 return orcError(OrcErrorCode::UnexpectedSymbolDefinitions); in convertToErrorCode()