Searched defs:GetModuleAtIndex (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Core/
H A DModuleList.cpp314 ModuleList::GetModuleAtIndex(size_t idx) const function in class:ModuleList
892 module_sp = matching_module_list.GetModuleAtIndex(module_idx);
997 module_sp = matching_module_list.GetModuleAtIndex(0);
/external/lldb/source/API/
H A DSBTarget.cpp2020 SBTarget::GetModuleAtIndex (uint32_t idx) function in class:SBTarget
2030 module_sp = target_sp->GetImages().GetModuleAtIndex(idx);
2036 log->Printf ("SBTarget(%p)::GetModuleAtIndex (idx=%d) => SBModule(%p)",
2121 ModuleSP module_sp (module_list.GetModuleAtIndex(idx));

Completed in 89 milliseconds