Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h334 class RemoteIndirectStubsManager : public IndirectStubsManager {
336 RemoteIndirectStubsManager(OrcRemoteTargetClient &Client, in RemoteIndirectStubsManager() function
340 ~RemoteIndirectStubsManager() override { in ~RemoteIndirectStubsManager()
552 Expected<std::unique_ptr<RemoteIndirectStubsManager>>
557 return llvm::make_unique<RemoteIndirectStubsManager>(*this, Id); in createIndirectStubsManager()