Home
last modified time | relevance | path

Searched refs:FindModule (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/load_using_paths/
H A DTestLoadUsingPaths.py80 loaded_module = target.FindModule(out_spec)
94 loaded_module = target.FindModule(out_spec)
/llvm-project-15.0.7/lldb/test/API/macosx/version_zero/
H A DTestGetVersionZeroVersion.py28 module = target.FindModule(lldb.SBFileSpec(lib_name))
/llvm-project-15.0.7/lldb/test/API/lang/objc/foundation/
H A DTestSymbolTable.py42 module = target.FindModule(filespec)
/llvm-project-15.0.7/lldb/test/API/lang/cpp/thread_local/
H A DTestThreadLocal.py38 main_module = target.FindModule(filespec)
/llvm-project-15.0.7/lldb/test/API/python_api/name_lookup/
H A DTestNameLookup.py31 exe_module = target.FindModule(target.GetExecutable())
/llvm-project-15.0.7/lldb/test/API/macosx/save_crashlog/
H A DTestSaveCrashlog.py41 exe_module = target.FindModule(target.GetExecutable())
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModuleList.h323 lldb::ModuleSP FindModule(const Module *module_ptr) const;
330 lldb::ModuleSP FindModule(const UUID &uuid) const;
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_target.py22 obj.FindModule(filespec)
/llvm-project-15.0.7/lldb/examples/lookup/
H A Dmain.cpp186 SBModule module(target.FindModule(exe_file_spec)); in main()
/llvm-project-15.0.7/lldb/test/API/functionalities/limit-debug-info/
H A DTestLimitDebugInfo.py15 exe = target.FindModule(lldb.SBFileSpec("a.out"))
/llvm-project-15.0.7/lldb/examples/functions/
H A Dmain.cpp183 SBModule module(target.FindModule(exe_file_spec)); in main()
/llvm-project-15.0.7/lldb/source/Core/
H A DModuleList.cpp529 ModuleSP ModuleList::FindModule(const Module *module_ptr) const { in FindModule() function in ModuleList
547 ModuleSP ModuleList::FindModule(const UUID &uuid) const { in FindModule() function in ModuleList
762 return shared_module_list.FindModule(module_ptr).get() != nullptr; in ModuleIsInCache()
/llvm-project-15.0.7/lldb/test/API/macosx/queues/
H A DTestQueues.py297 libbtr_module = target.FindModule(libbtr_module_filespec)
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTarget.h304 lldb::SBModule FindModule(const lldb::SBFileSpec &file_spec);
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTarget.i375 FindModule (const lldb::SBFileSpec &file_spec);
/llvm-project-15.0.7/lldb/examples/python/
H A Dsymbolication.py425 self.module = target.FindModule(path_spec)
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp780 m_module_sp = target_images.FindModule(m_uuid); in LoadImageUsingMemoryModule()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp767 Scope *FindModule(const parser::Name &, std::optional<bool> isIntrinsic,
2649 useModuleScope_ = FindModule(x.moduleName, isIntrinsic); in Pre()
2945 Scope *ancestor{FindModule(ancestorName, false /*not intrinsic*/)}; in BeginSubmodule()
2949 parentScope = FindModule(*parentName, false /*not intrinsic*/, ancestor); in BeginSubmodule()
2985 Scope *ModuleVisitor::FindModule(const parser::Name &name, in FindModule() function in Fortran::semantics::ModuleVisitor
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp1544 SBModule SBTarget::FindModule(const SBFileSpec &sb_file_spec) { in FindModule() function in SBTarget