Searched refs:ISMgr (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h105 std::unique_ptr<IndirectStubsManager> ISMgr)
106 : ImplD(ImplD), ISMgr(std::move(ISMgr)) {}
108 IndirectStubsManager &getISManager() { return *ISMgr; }
112 std::unique_ptr<IndirectStubsManager> ISMgr; member in struct:llvm::orc::CompileOnDemandLayer::PerDylibResources
104 PerDylibResources(JITDylib &ImplD, std::unique_ptr<IndirectStubsManager> ISMgr) argument

Completed in 160 milliseconds