Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DOrcError.h24 enum class OrcErrorCode : int { enum
45 std::error_code orcError(OrcErrorCode ErrCode);
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp72 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()
98 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()
120 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()
134 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()
142 return orcError(OrcErrorCode::MissingSymbolDefinitions); in convertToErrorCode()
151 return orcError(OrcErrorCode::UnexpectedSymbolDefinitions); in convertToErrorCode()