Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcError.h39 UnknownResourceHandle enumerator
H A DOrcRemoteTargetRPCAPI.h41 return orcError(OrcErrorCode::UnknownResourceHandle); in convertToErrorCode()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcError.cpp61 case OrcErrorCode::UnknownResourceHandle: in message()