Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h100 std::unique_ptr<IndirectStubsManager> ISMgr) in PerDylibResources()
101 : ImplD(ImplD), ISMgr(std::move(ISMgr)) {} in PerDylibResources()
103 IndirectStubsManager &getISManager() { return *ISMgr; } in getISManager()
107 std::unique_ptr<IndirectStubsManager> ISMgr; member