Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DModule.h59 GetAllocatedModuleAtIndex (size_t idx);
/external/lldb/source/Core/
DModule.cpp84 Module::GetAllocatedModuleAtIndex (size_t idx) in GetAllocatedModuleAtIndex() function in Module
/external/lldb/source/Commands/
DCommandObjectTarget.cpp1866 Module *module = Module::GetAllocatedModuleAtIndex(image_idx); in FindModulesByName()
3200 module = Module::GetAllocatedModuleAtIndex(image_idx); in DoExecute()