Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h668 class RemoteTrampolinePool : public TrampolinePool {
670 RemoteTrampolinePool(OrcRemoteTargetClient &Client) : Client(Client) {} in RemoteTrampolinePool() function
698 std::make_unique<RemoteTrampolinePool>(Client), ES, in RemoteCompileCallbackManager()