Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h297 return addLogicalModule(I->second, std::move(M)); in addModule()
302 return addLogicalModule(LogicalDylibs[K], std::move(M)); in addExtraModule()
367 Error addLogicalModule(LogicalDylib &LD, std::unique_ptr<Module> SrcMPtr) { in addLogicalModule() function