Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DOrcError.h31 RemoteMProtectAddrUnrecognized, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/Shared/
H A DOrcError.cpp43 case OrcErrorCode::RemoteMProtectAddrUnrecognized: in message()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h140 return errorCodeToError(orcError(OrcErrorCode::RemoteMProtectAddrUnrecognized)); in setProtections()