Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h196 std::unique_ptr<Module> SourceMod; member
213 SourceModules.back().SourceMod = std::move(M); in addSourceModule()
218 return *SourceModules[H].SourceMod; in getSourceModule()