Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DModuleList.h233 GetModulePointerAtIndexUnlocked (size_t idx) const;
/external/lldb/source/Core/
DSearchFilter.cpp411 Module* module = target_modules.GetModulePointerAtIndexUnlocked(i); in Search()
562 Module* module = target_modules.GetModulePointerAtIndexUnlocked(i); in Search()
DModuleList.cpp302 return GetModulePointerAtIndexUnlocked(idx); in GetModulePointerAtIndex()
306 ModuleList::GetModulePointerAtIndexUnlocked (size_t idx) const in GetModulePointerAtIndexUnlocked() function in ModuleList
/external/lldb/source/Commands/
DCommandObjectTarget.cpp2148 … target->GetImages().GetModulePointerAtIndexUnlocked(image_idx), in DoExecute()
2381 …ModuleSymbolVendor (result.GetOutputStream(), target_modules.GetModulePointerAtIndexUnlocked(image… in DoExecute()
2488 … target_modules.GetModulePointerAtIndexUnlocked(i), in DoExecute()
4056 Module *module_pointer = target_modules.GetModulePointerAtIndexUnlocked(i); in DoExecute()
4059 …LookupInModule (m_interpreter, target_modules.GetModulePointerAtIndexUnlocked(i), result, syntax_e… in DoExecute()