Home
last modified time | relevance | path

Searched refs:UnknownORCError (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcError.h25 UnknownORCError = 1, enumerator
DRPCSerialization.h683 orcError(OrcErrorCode::UnknownORCError)); in deserialize()
731 orcError(OrcErrorCode::UnknownORCError)); in deserialize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DOrcError.cpp32 case OrcErrorCode::UnknownORCError: in message()
DCore.cpp125 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()
138 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()