Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDModule.h59 GetAllocatedModuleAtIndex (size_t idx);
/trueos/contrib/llvm/tools/lldb/source/Core/
HDModule.cpp86 Module::GetAllocatedModuleAtIndex (size_t idx) in GetAllocatedModuleAtIndex() function in Module
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectTarget.cpp1932 Module *module = Module::GetAllocatedModuleAtIndex(image_idx); in FindModulesByName()
3269 module = Module::GetAllocatedModuleAtIndex(image_idx); in DoExecute()