Home
last modified time | relevance | path

Searched refs:UnexpectedRPCCall (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcError.h30 UnexpectedRPCCall, enumerator
DRPCUtils.h512 return orcError(OrcErrorCode::UnexpectedRPCCall); in expect()
598 return orcError(OrcErrorCode::UnexpectedRPCCall); in handleNone()
DOrcRemoteTargetServer.h115 return orcError(OrcErrorCode::UnexpectedRPCCall); in handleKnownFunction()
DOrcRemoteTargetClient.h760 return orcError(OrcErrorCode::UnexpectedRPCCall); in listenForCompileRequests()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcError.cpp42 case OrcErrorCode::UnexpectedRPCCall: in message()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcError.h36 UnexpectedRPCCall, enumerator
DRPCUtils.h67 return orcError(OrcErrorCode::UnexpectedRPCCall); in convertToErrorCode()
100 return orcError(OrcErrorCode::UnexpectedRPCCall); in convertToErrorCode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DOrcError.cpp54 case OrcErrorCode::UnexpectedRPCCall: in message()