Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
DOptionValueUUID.cpp98 ModuleSP module_sp (target->GetImages().GetModuleAtIndex(i)); in AutoComplete()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DModuleList.cpp317 ModuleList::GetModuleAtIndex(size_t idx) const in GetModuleAtIndex() function in ModuleList
907 module_sp = matching_module_list.GetModuleAtIndex(module_idx); in GetSharedModule()
1012 module_sp = matching_module_list.GetModuleAtIndex(0); in GetSharedModule()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
DModuleList.h184 GetModuleAtIndex (size_t idx) const;
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
DSBTarget.h505 GetModuleAtIndex (uint32_t idx);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DTarget.cpp993 return m_images.GetModuleAtIndex(0); in GetExecutableModule()
1232 … if (!ModuleIsExcludedForNonModuleSpecificSearches (matchingModules.GetModuleAtIndex(i))) in ModuleIsExcludedForNonModuleSpecificSearches()
1686 old_module_sp = found_modules.GetModuleAtIndex(0); in GetSharedModule()
2227 ModuleSP module_sp(modules.GetModuleAtIndex(idx)); in Install()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBTarget.cpp2051 SBTarget::GetModuleAtIndex (uint32_t idx) in GetModuleAtIndex() function in SBTarget
2061 module_sp = target_sp->GetImages().GetModuleAtIndex(idx); in GetModuleAtIndex()
2152 ModuleSP module_sp (module_list.GetModuleAtIndex(idx)); in FindFirstType()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectSource.cpp622 ModuleSP module_sp (module_list.GetModuleAtIndex(i)); in DoExecute()
DCommandObjectTarget.cpp4442 ModuleSP module_sp (matching_module_list.GetModuleAtIndex(0)); in AddModuleSymbols()