Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h258 Module *GetModulePointerAtIndex(size_t idx) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp2095 Module *module = module_list.GetModulePointerAtIndex(i); in DoExecute()
2173 target->GetImages().GetModulePointerAtIndex(image_idx)); in DoExecute()
2193 Module *module = module_list.GetModulePointerAtIndex(i); in DoExecute()
2265 Module *m = target->GetImages().GetModulePointerAtIndex(image_idx); in DoExecute()
2291 Module *m = module_list.GetModulePointerAtIndex(i); in DoExecute()
2369 Module *module = module_list.GetModulePointerAtIndex(i); in DoExecute()
2765 Module *module = matching_modules.GetModulePointerAtIndex(0); in DoExecute()
2927 if (matching_modules.GetModulePointerAtIndex(i) in DoExecute()
3990 Module *module = module_list.GetModulePointerAtIndex(j); in DoExecute()
H A DCommandObjectSource.cpp526 Module *module = module_list.GetModulePointerAtIndex(i); in DumpLinesForFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp324 Module *ModuleList::GetModulePointerAtIndex(size_t idx) const { in GetModulePointerAtIndex() function in ModuleList