Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dexecutionengine.go148 func (ee ExecutionEngine) AddModule(m Module) { C.LLVMAddModule(ee.C, m.C) } func
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp223 bool ClangModulesDeclVendorImpl::AddModule(const SourceModule &module, in AddModule() function in ClangModulesDeclVendorImpl
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp1468 lldb::SBModule SBTarget::AddModule(const char *path, const char *triple, in AddModule() function in SBTarget
1475 lldb::SBModule SBTarget::AddModule(const char *path, const char *triple, in AddModule() function in SBTarget
1503 lldb::SBModule SBTarget::AddModule(const SBModuleSpec &module_spec) { in AddModule() function in SBTarget
1514 bool SBTarget::AddModule(lldb::SBModule &module) { in AddModule() function in SBTarget
/llvm-project-15.0.7/llvm/tools/lli/
H A Dlli.cpp1076 auto AddModule = [&](orc::JITDylib &JD, orc::ThreadSafeModule M) { in runOrcJIT() local
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp731 PythonModule PythonModule::AddModule(llvm::StringRef module) { in AddModule() function in PythonModule