Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dexecutionengine.go148 func (ee ExecutionEngine) AddModule(m Module) { C.LLVMAddModule(ee.C, m.C) } func
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp1001 auto AddModule = [&](orc::JITDylib &JD, orc::ThreadSafeModule M) { in runOrcJIT() local
1007 ExitOnErr(AddModule(J->getMainJITDylib(), std::move(MainModule))); in runOrcJIT()
1035 ExitOnErr(AddModule(JD, std::move(M))); in runOrcJIT()