Searched refs:OrcErrorCode (Results 1 – 3 of 3) sorted by relevance
31 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 …]
24 enum class OrcErrorCode : int { enum45 std::error_code orcError(OrcErrorCode ErrCode);
74 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()