Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h453 class RemoteTrampolinePool : public TrampolinePool {
455 RemoteTrampolinePool(OrcRemoteTargetClient &Client) : Client(Client) {} in RemoteTrampolinePool() function
497 llvm::make_unique<RemoteTrampolinePool>(Client), ES, in RemoteCompileCallbackManager()