Home
last modified time | relevance | path

Searched defs:AddModule (Results 1 – 7 of 7) sorted by relevance

/external/llvm/bindings/go/llvm/
Dexecutionengine.go149 func (ee ExecutionEngine) AddModule(m Module) { C.LLVMAddModule(ee.C, m.C) } func
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dsimple_orc_jit.cc220 llvm::Error SimpleOrcJIT::AddModule(llvm::orc::ThreadSafeModule module) { in AddModule() function in xla::cpu::SimpleOrcJIT
/external/llvm-project/llvm/bindings/go/llvm/
Dexecutionengine.go148 func (ee ExecutionEngine) AddModule(m Module) { C.LLVMAddModule(ee.C, m.C) } func
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dproject.py219 def AddModule(self, m): member in _Graph
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangModulesDeclVendor.cpp225 bool ClangModulesDeclVendorImpl::AddModule(const SourceModule &module, in AddModule() function in ClangModulesDeclVendorImpl
/external/llvm-project/lldb/source/API/
DSBTarget.cpp1576 lldb::SBModule SBTarget::AddModule(const char *path, const char *triple, in AddModule() function in SBTarget
1585 lldb::SBModule SBTarget::AddModule(const char *path, const char *triple, in AddModule() function in SBTarget
1615 lldb::SBModule SBTarget::AddModule(const SBModuleSpec &module_spec) { in AddModule() function in SBTarget
1627 bool SBTarget::AddModule(lldb::SBModule &module) { in AddModule() function in SBTarget
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp810 PythonModule PythonModule::AddModule(llvm::StringRef module) { in AddModule() function in PythonModule