Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStatistics.cpp215 Module *module = Module::GetAllocatedModuleAtIndex(image_idx); in ReportStatistics()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModule.h99 static Module *GetAllocatedModuleAtIndex(size_t idx);
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModule.cpp124 Module *Module::GetAllocatedModuleAtIndex(size_t idx) { in GetAllocatedModuleAtIndex() function in Module
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp1759 Module *module = Module::GetAllocatedModuleAtIndex(image_idx); in FindModulesByName()
3055 module = Module::GetAllocatedModuleAtIndex(image_idx); in DoExecute()