Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp42 Module *module_pointer = target_modules.GetModulePointerAtIndexUnlocked(i); in CreateInstance()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h274 Module *GetModulePointerAtIndexUnlocked(size_t idx) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSearchFilter.cpp469 Module *module = target_modules.GetModulePointerAtIndexUnlocked(i); in Search()
611 Module *module = target_modules.GetModulePointerAtIndexUnlocked(i); in Search()
H A DModuleList.cpp326 return GetModulePointerAtIndexUnlocked(idx); in GetModulePointerAtIndex()
329 Module *ModuleList::GetModulePointerAtIndexUnlocked(size_t idx) const { in GetModulePointerAtIndexUnlocked() function in ModuleList
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp1433 Module *module = module_list.GetModulePointerAtIndexUnlocked(image_idx); in DumpModuleObjfileHeaders()
2076 target->GetImages().GetModulePointerAtIndexUnlocked(image_idx), in DoExecute()
2348 target_modules.GetModulePointerAtIndexUnlocked(image_idx))) in DoExecute()
2440 target_modules.GetModulePointerAtIndexUnlocked(i), in DoExecute()
3963 target_modules.GetModulePointerAtIndexUnlocked(i); in DoExecute()
3968 target_modules.GetModulePointerAtIndexUnlocked(i), result, in DoExecute()