Searched defs:AddModule (Results 1 – 7 of 7) sorted by relevance
149 func (ee ExecutionEngine) AddModule(m Module) { C.LLVMAddModule(ee.C, m.C) } func
220 llvm::Error SimpleOrcJIT::AddModule(llvm::orc::ThreadSafeModule module) { in AddModule() function in xla::cpu::SimpleOrcJIT
148 func (ee ExecutionEngine) AddModule(m Module) { C.LLVMAddModule(ee.C, m.C) } func
219 def AddModule(self, m): member in _Graph
225 bool ClangModulesDeclVendorImpl::AddModule(const SourceModule &module, in AddModule() function in ClangModulesDeclVendorImpl
1576 lldb::SBModule SBTarget::AddModule(const char *path, const char *triple, in AddModule() function in SBTarget1585 lldb::SBModule SBTarget::AddModule(const char *path, const char *triple, in AddModule() function in SBTarget1615 lldb::SBModule SBTarget::AddModule(const SBModuleSpec &module_spec) { in AddModule() function in SBTarget1627 bool SBTarget::AddModule(lldb::SBModule &module) { in AddModule() function in SBTarget
810 PythonModule PythonModule::AddModule(llvm::StringRef module) { in AddModule() function in PythonModule