Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h300 bool AddModule(lldb::SBModule &module);
302 lldb::SBModule AddModule(const char *path, const char *triple,
305 lldb::SBModule AddModule(const char *path, const char *triple,
308 lldb::SBModule AddModule(const SBModuleSpec &module_spec);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h57 virtual bool AddModule(ModulePath &path, ModuleVector *exported_modules,
H A DClangModulesDeclVendor.cpp73 bool AddModule(ModulePath &path, ModuleVector *exported_modules,
186 bool ClangModulesDeclVendorImpl::AddModule(ModulePath &path, in AddModule() function in ClangModulesDeclVendorImpl
312 if (!AddModule(path, &exported_modules, error_stream)) { in AddModulesForCompileUnit()
H A DClangExpressionParser.cpp124 if (!m_decl_vendor.AddModule(string_path, &exported_modules, in moduleImport()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp798 return AddModule("builtins"); in BuiltinsModule()
800 return AddModule("__builtin__"); in BuiltinsModule()
804 PythonModule PythonModule::MainModule() { return AddModule("__main__"); } in MainModule()
806 PythonModule PythonModule::AddModule(llvm::StringRef module) { in AddModule() function in PythonModule
H A DPythonDataObjects.h397 static PythonModule AddModule(llvm::StringRef module);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp1539 lldb::SBModule SBTarget::AddModule(const char *path, const char *triple, in AddModule() function in SBTarget
1541 return AddModule(path, triple, uuid_cstr, NULL); in AddModule()
1544 lldb::SBModule SBTarget::AddModule(const char *path, const char *triple, in AddModule() function in SBTarget
1570 lldb::SBModule SBTarget::AddModule(const SBModuleSpec &module_spec) { in AddModule() function in SBTarget
1578 bool SBTarget::AddModule(lldb::SBModule &module) { in AddModule() function in SBTarget