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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h199 std::unique_ptr<Module> SourceMod; member in struct:llvm::orc::LegacyCompileOnDemandLayer::LogicalDylib::SourceModuleEntry
216 SourceModules.back().SourceMod = std::move(M);
221 return *SourceModules[H].SourceMod;

Completed in 43 milliseconds