Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcError.h30 RemoteMProtectAddrUnrecognized, enumerator
H A DOrcRemoteTargetServer.h138 return errorCodeToError(orcError(OrcErrorCode::RemoteMProtectAddrUnrecognized)); in setProtections()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcError.cpp42 case OrcErrorCode::RemoteMProtectAddrUnrecognized: in message()