Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DModuleList.h324 lldb::ModuleSP FindModule(const Module *module_ptr) const;
331 lldb::ModuleSP FindModule(const UUID &uuid) const;
/openbsd/gnu/llvm/lldb/examples/lookup/
H A Dmain.cpp186 SBModule module(target.FindModule(exe_file_spec)); in main()
/openbsd/gnu/llvm/lldb/source/Core/
H A DDebuggerEvents.cpp109 target_sp->GetImages().FindModule(m_module_spec.GetUUID())) { in DoOnRemoval()
H A DModuleList.cpp534 ModuleSP ModuleList::FindModule(const Module *module_ptr) const { in FindModule() function in ModuleList
552 ModuleSP ModuleList::FindModule(const UUID &uuid) const { in FindModule() function in ModuleList
767 return shared_module_list.FindModule(module_ptr).get() != nullptr; in ModuleIsInCache()
778 return GetSharedModuleList().FindModule(uuid); in FindSharedModule()
/openbsd/gnu/llvm/lldb/examples/functions/
H A Dmain.cpp183 SBModule module(target.FindModule(exe_file_spec)); in main()
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBTarget.h304 lldb::SBModule FindModule(const lldb::SBFileSpec &file_spec);
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBTarget.i375 FindModule (const lldb::SBFileSpec &file_spec);
/openbsd/gnu/llvm/lldb/examples/python/
H A Dsymbolication.py424 self.module = target.FindModule(path_spec)
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp755 m_module_sp = target_images.FindModule(m_uuid); in LoadImageUsingMemoryModule()
/openbsd/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp1544 SBModule SBTarget::FindModule(const SBFileSpec &sb_file_spec) { in FindModule() function in SBTarget