reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
41 std::error_code orcError(OrcErrorCode ErrCode);
40 return orcError(OrcErrorCode::UnknownResourceHandle);
include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h137 return errorCodeToError(orcError(OrcErrorCode::RemoteMProtectAddrUnrecognized)); 210 orcError(OrcErrorCode::RemoteAllocatorIdAlreadyInUse)); 220 orcError(OrcErrorCode::RemoteIndirectStubsOwnerIdAlreadyInUse)); 239 orcError(OrcErrorCode::RemoteAllocatorDoesNotExist)); 249 orcError(OrcErrorCode::RemoteIndirectStubsOwnerDoesNotExist)); 263 orcError(OrcErrorCode::RemoteIndirectStubsOwnerDoesNotExist)); 381 orcError(OrcErrorCode::RemoteAllocatorDoesNotExist)); 402 orcError(OrcErrorCode::RemoteAllocatorDoesNotExist));include/llvm/ExecutionEngine/Orc/RPCSerialization.h
470 orcError( 644 orcError(OrcErrorCode::UnknownORCError)); 692 orcError(OrcErrorCode::UnknownORCError));include/llvm/ExecutionEngine/Orc/RPCUtils.h
67 return orcError(OrcErrorCode::UnexpectedRPCCall); 100 return orcError(OrcErrorCode::UnexpectedRPCCall);lib/ExecutionEngine/Orc/Core.cpp
258 return orcError(OrcErrorCode::UnknownORCError); 271 return orcError(OrcErrorCode::UnknownORCError); 284 return orcError(OrcErrorCode::UnknownORCError);lib/ExecutionEngine/Orc/OrcError.cpp
86 return orcError(OrcErrorCode::DuplicateDefinition);
lib/ExecutionEngine/Orc/RPCUtils.cpp25 return orcError(OrcErrorCode::RPCConnectionClosed); 33 return orcError(OrcErrorCode::RPCResponseAbandoned); 44 return orcError(OrcErrorCode::RPCCouldNotNegotiateFunction);unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp
60 return orcError(OrcErrorCode::RemoteAllocatorDoesNotExist);