HomeSort by: relevance | last modified time | path
    Searched refs:GetRemoteInfo (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetRPCAPI.h 339 /// GetRemoteInfo result is (Triple, PointerSize, PageSize, TrampolineSize,
341 class GetRemoteInfo
343 GetRemoteInfo,
346 static const char *getName() { return "GetRemoteInfo"; }
OrcRemoteTargetServer.h 92 addHandler<utils::GetRemoteInfo>(*this, &ThisT::handleGetRemoteInfo);
OrcRemoteTargetClient.h 822 if (auto RIOrErr = callB<utils::GetRemoteInfo>()) {

Completed in 25 milliseconds