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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h313 return addLogicalModule(I->second, std::move(M));
318 return addLogicalModule(LogicalDylibs[K], std::move(M));
383 Error addLogicalModule(LogicalDylib &LD, std::unique_ptr<Module> SrcMPtr) { function in class:llvm::orc::LegacyCompileOnDemandLayer

Completed in 89 milliseconds