Home
last modified time | relevance | path

Searched refs:GetModuleAtIndexUnlocked (Results 1 – 11 of 11) sorted by relevance

/external/lldb/source/Core/
DSearchFilter.cpp160 ModuleSP module_sp(modules.GetModuleAtIndexUnlocked(i)); in SearchInModuleList()
205 ModuleSP module_sp(target_images.GetModuleAtIndexUnlocked (i)); in DoModuleIteration()
732 lldb::ModuleSP module_sp = target_images.GetModuleAtIndexUnlocked(i); in Search()
DModuleList.cpp317 return GetModuleAtIndexUnlocked(idx); in GetModuleAtIndex()
321 ModuleList::GetModuleAtIndexUnlocked(size_t idx) const in GetModuleAtIndexUnlocked() function in ModuleList
/external/lldb/source/Plugins/DynamicLoader/Static/
DDynamicLoaderStatic.cpp110 ModuleSP module_sp (module_list.GetModuleAtIndexUnlocked (idx)); in LoadAllImagesAtFileAddresses()
/external/lldb/source/Breakpoint/
DBreakpoint.cpp379 ModuleSP module_sp (module_list.GetModuleAtIndexUnlocked (i)); in ModulesChanged()
450 ModuleSP module_sp (module_list.GetModuleAtIndexUnlocked (i)); in ModulesChanged()
/external/lldb/include/lldb/Core/
DModuleList.h201 GetModuleAtIndexUnlocked (size_t idx) const;
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp302 ModuleSP module_sp = target_modules.GetModuleAtIndexUnlocked(i); in GetObjCVersion()
DAppleObjCTrampolineHandler.cpp447 …ess_sp->GetObjCLanguageRuntime()->IsModuleObjCLibrary (target_modules.GetModuleAtIndexUnlocked(i))) in InitializeVTableSymbols()
449 m_objc_module_sp = target_modules.GetModuleAtIndexUnlocked(i); in InitializeVTableSymbols()
/external/lldb/source/Expression/
DClangASTSource.cpp645 lldb::ModuleSP image = target_images.GetModuleAtIndexUnlocked(i); in FindExternalVisibleDecls()
1631 lldb::ModuleSP image = target_images.GetModuleAtIndexUnlocked(i); in CompleteNamespaceMap()
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp1111 ModuleSP module_sp = target_modules.GetModuleAtIndexUnlocked (i); in InitializeFromAllImageInfos()
/external/lldb/source/Commands/
DCommandObjectTarget.cpp3195 module_sp = module_list_ptr->GetModuleAtIndexUnlocked(image_idx); in DoExecute()
/external/lldb/source/Target/
DProcess.cpp3220 ModuleSP module_sp (target_modules.GetModuleAtIndexUnlocked (i)); in CompleteAttach()