Home
last modified time | relevance | path

Searched refs:GetModulePointerAtIndex (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DModuleList.h249 Module *GetModulePointerAtIndex(size_t idx) const;
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp2098 target->GetImages().GetModulePointerAtIndex(image_idx)); in DoExecute()
2113 Module *module = module_list.GetModulePointerAtIndex(i); in DoExecute()
2252 Module *m = module_list.GetModulePointerAtIndex(i); in DoExecute()
2317 Module *module = module_list.GetModulePointerAtIndex(i); in DoExecute()
2721 Module *module = matching_modules.GetModulePointerAtIndex(0); in DoExecute()
2869 if (matching_modules.GetModulePointerAtIndex(i) in DoExecute()
3928 Module *module = module_list.GetModulePointerAtIndex(j); in DoExecute()
H A DCommandObjectSource.cpp502 Module *module = module_list.GetModulePointerAtIndex(i); in DumpLinesForFile()
/openbsd/gnu/llvm/lldb/source/Core/
H A DModuleList.cpp404 Module *ModuleList::GetModulePointerAtIndex(size_t idx) const { in GetModulePointerAtIndex() function in ModuleList