Searched refs:FindModule (Results 1 - 13 of 13) sorted by relevance

/external/lldb/examples/python/
H A Dlldb_module_utils.py31 module = target.FindModule (module_fspec);
H A Dsymbolication.py363 self.module = target.FindModule(path_spec)
/external/lldb/test/lang/objc/foundation/
H A DTestSymbolTable.py59 module = target.FindModule(filespec)
/external/lldb/test/python_api/default-constructor/
H A Dsb_target.py22 obj.FindModule(filespec)
/external/lldb/examples/lookup/
H A Dmain.cpp202 SBModule module (target.FindModule (exe_file_spec));
/external/lldb/include/lldb/Core/
H A DModuleList.h373 FindModule (const Module *module_ptr) const;
383 FindModule (const UUID &uuid) const;
/external/lldb/examples/functions/
H A Dmain.cpp199 SBModule module (target.FindModule (exe_file_spec));
/external/chromium_org/chrome/browser/
H A Denumerate_modules_model_win.cc76 struct FindModule { struct in namespace:__anon3611
78 explicit FindModule(const ModuleEnumerator::Module& x) function in struct:__anon3611::FindModule
620 FindModule(module));
/external/lldb/source/Core/
H A DModuleList.cpp563 ModuleList::FindModule (const Module *module_ptr) const function in class:ModuleList
586 ModuleList::FindModule (const UUID &uuid) const function in class:ModuleList
836 return shared_module_list.FindModule (module_ptr).get() != NULL;
/external/lldb/include/lldb/API/
H A DSBTarget.h497 FindModule (const lldb::SBFileSpec &file_spec);
/external/lldb/scripts/Python/interface/
H A DSBTarget.i534 FindModule (const lldb::SBFileSpec &file_spec);
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp780 m_module_sp = target_images.FindModule(m_uuid);
/external/lldb/source/API/
H A DSBTarget.cpp1971 SBTarget::FindModule (const SBFileSpec &sb_file_spec) function in class:SBTarget

Completed in 261 milliseconds