Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h549 class RemoteIndirectStubsManager : public IndirectStubsManager {
551 RemoteIndirectStubsManager(OrcRemoteTargetClient &Client, in RemoteIndirectStubsManager() function
555 ~RemoteIndirectStubsManager() override { in ~RemoteIndirectStubsManager()
773 Expected<std::unique_ptr<RemoteIndirectStubsManager>>
778 return std::make_unique<RemoteIndirectStubsManager>(*this, Id); in createIndirectStubsManager()