Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h238 Module *GetModulePointerAtIndex(size_t idx) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2100 target->GetImages().GetModulePointerAtIndex(image_idx)); in DoExecute()
2115 Module *module = module_list.GetModulePointerAtIndex(i); in DoExecute()
2201 Module *m = module_list.GetModulePointerAtIndex(i); in DoExecute()
2266 Module *module = module_list.GetModulePointerAtIndex(i); in DoExecute()
2663 Module *module = matching_modules.GetModulePointerAtIndex(0); in DoExecute()
2811 if (matching_modules.GetModulePointerAtIndex(i) in DoExecute()
3846 Module *module = module_list.GetModulePointerAtIndex(j); in DoExecute()
H A DCommandObjectSource.cpp498 Module *module = module_list.GetModulePointerAtIndex(i); in DumpLinesForFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp346 Module *ModuleList::GetModulePointerAtIndex(size_t idx) const { in GetModulePointerAtIndex() function in ModuleList