Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp91 ModuleSP module_sp(module_list.GetModuleAtIndexUnlocked(idx)); in LoadAllImagesAtFileAddresses()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSearchFilter.cpp240 ModuleSP module_sp(modules.GetModuleAtIndexUnlocked(i)); in SearchInModuleList()
276 ModuleSP module_sp(target_images.GetModuleAtIndexUnlocked(i)); in DoModuleIteration()
824 lldb::ModuleSP module_sp = target_images.GetModuleAtIndexUnlocked(i); in Search()
H A DModuleList.cpp337 return GetModuleAtIndexUnlocked(idx); in GetModuleAtIndex()
340 ModuleSP ModuleList::GetModuleAtIndexUnlocked(size_t idx) const { in GetModuleAtIndexUnlocked() function in ModuleList
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h244 lldb::ModuleSP GetModuleAtIndexUnlocked(size_t idx) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp461 target_modules.GetModuleAtIndexUnlocked(i))) { in InitializeVTableSymbols()
462 m_objc_module_sp = target_modules.GetModuleAtIndexUnlocked(i); in InitializeVTableSymbols()
H A DAppleObjCRuntime.cpp367 ModuleSP module_sp = target_modules.GetModuleAtIndexUnlocked(i); in GetObjCVersion()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp821 lldb::ModuleSP image = target_images.GetModuleAtIndexUnlocked(i); in FindExternalVisibleDecls()
1895 lldb::ModuleSP image = target_images.GetModuleAtIndexUnlocked(i); in CompleteNamespaceMap()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpoint.cpp593 ModuleSP module_sp(module_list.GetModuleAtIndexUnlocked(i)); in ModulesChanged()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp3141 module_sp = module_list_ptr->GetModuleAtIndexUnlocked(image_idx); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp3205 ModuleSP module_sp(target_modules.GetModuleAtIndexUnlocked(i)); in CompleteAttach()