Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Core/
HDSearchFilter.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()
HDModuleList.cpp320 return GetModuleAtIndexUnlocked(idx); in GetModuleAtIndex()
324 ModuleList::GetModuleAtIndexUnlocked(size_t idx) const in GetModuleAtIndexUnlocked() function in ModuleList
/trueos/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/
HDDynamicLoaderStatic.cpp110 ModuleSP module_sp (module_list.GetModuleAtIndexUnlocked (idx)); in LoadAllImagesAtFileAddresses()
/trueos/contrib/llvm/tools/lldb/source/Breakpoint/
HDBreakpoint.cpp391 ModuleSP module_sp (module_list.GetModuleAtIndexUnlocked (i)); in ModulesChanged()
462 ModuleSP module_sp (module_list.GetModuleAtIndexUnlocked (i)); in ModulesChanged()
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDModuleList.h201 GetModuleAtIndexUnlocked (size_t idx) const;
/trueos/contrib/llvm/tools/lldb/source/Expression/
HDClangASTSource.cpp649 lldb::ModuleSP image = target_images.GetModuleAtIndexUnlocked(i); in FindExternalVisibleDecls()
1641 lldb::ModuleSP image = target_images.GetModuleAtIndexUnlocked(i); in CompleteNamespaceMap()
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectTarget.cpp3264 module_sp = module_list_ptr->GetModuleAtIndexUnlocked(image_idx); in DoExecute()
/trueos/contrib/llvm/tools/lldb/source/Target/
HDProcess.cpp3393 ModuleSP module_sp (target_modules.GetModuleAtIndexUnlocked (i)); in CompleteAttach()