Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDModule.h99 static Module *GetAllocatedModuleAtIndex(size_t idx);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDStatistics.cpp257 Module *module = Module::GetAllocatedModuleAtIndex(image_idx); in ReportStatistics()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDModule.cpp124 Module *Module::GetAllocatedModuleAtIndex(size_t idx) { in GetAllocatedModuleAtIndex() function in Module
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectTarget.cpp1806 Module *module = Module::GetAllocatedModuleAtIndex(image_idx); in FindModulesByName()
3265 module = Module::GetAllocatedModuleAtIndex(image_idx); in DoExecute()