Home
last modified time | relevance | path

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

/freebsd-14.2/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()
48 case OrcErrorCode::RPCConnectionClosed: in message()
52 case OrcErrorCode::RPCResponseAbandoned: in message()
54 case OrcErrorCode::UnexpectedRPCCall: in message()
56 case OrcErrorCode::UnexpectedRPCResponse: in message()
61 case OrcErrorCode::UnknownResourceHandle: in message()
63 case OrcErrorCode::MissingSymbolDefinitions: in message()
[all …]
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp73 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()
99 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()
121 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()
135 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()
143 return orcError(OrcErrorCode::MissingSymbolDefinitions); in convertToErrorCode()
152 return orcError(OrcErrorCode::UnexpectedSymbolDefinitions); in convertToErrorCode()