Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h440 class RCIndirectStubsManager : public IndirectStubsManager {
442 RCIndirectStubsManager(OrcRemoteTargetClient &Remote, in RCIndirectStubsManager() function
446 ~RCIndirectStubsManager() override { in ~RCIndirectStubsManager()
648 Error createIndirectStubsManager(std::unique_ptr<RCIndirectStubsManager> &I) { in createIndirectStubsManager()
653 I = llvm::make_unique<RCIndirectStubsManager>(*this, Id); in createIndirectStubsManager()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
DKaleidoscopeJIT.h104 std::unique_ptr<MyRemote::RCIndirectStubsManager> ISM;