Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.cpp36 FUNCNAME(GetRemoteInfo); in getJITFuncIdName()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h171 GetRemoteInfo; typedef
DOrcRemoteTargetServer.h99 return handle<GetRemoteInfo>(Channel, *this, &ThisT::handleGetRemoteInfo); in handleKnownFunction()
DOrcRemoteTargetClient.h692 if (auto RIOrErr = callST<GetRemoteInfo>(Channel)) { in OrcRemoteTargetClient()