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

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp110 ModuleSP module_sp (module_list.GetModuleAtIndexUnlocked (idx));
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DSearchFilter.cpp169 ModuleSP module_sp(modules.GetModuleAtIndexUnlocked(i));
214 ModuleSP module_sp(target_images.GetModuleAtIndexUnlocked (i));
765 lldb::ModuleSP module_sp = target_images.GetModuleAtIndexUnlocked(i);
H A DModuleList.cpp343 return GetModuleAtIndexUnlocked(idx);
347 ModuleList::GetModuleAtIndexUnlocked(size_t idx) const function in class:ModuleList
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h206 GetModuleAtIndexUnlocked (size_t idx) const;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp409 ModuleSP module_sp = target_modules.GetModuleAtIndexUnlocked(i);
H A DAppleObjCTrampolineHandler.cpp470 if (process_sp->GetObjCLanguageRuntime()->IsModuleObjCLibrary (target_modules.GetModuleAtIndexUnlocked(i)))
472 m_objc_module_sp = target_modules.GetModuleAtIndexUnlocked(i);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp712 lldb::ModuleSP image = target_images.GetModuleAtIndexUnlocked(i);
1832 lldb::ModuleSP image = target_images.GetModuleAtIndexUnlocked(i);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpoint.cpp478 ModuleSP module_sp (module_list.GetModuleAtIndexUnlocked (i));
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp3314 module_sp = module_list_ptr->GetModuleAtIndexUnlocked(image_idx);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp3479 ModuleSP module_sp (target_modules.GetModuleAtIndexUnlocked (i));

Completed in 107 milliseconds