reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Core/ModuleList.h
  240   Module *GetModulePointerAtIndexUnlocked(size_t idx) const;

References

tools/lldb/source/Commands/CommandObjectTarget.cpp
 1402       Module *module = module_list.GetModulePointerAtIndexUnlocked(image_idx);
 2024               target->GetImages().GetModulePointerAtIndexUnlocked(image_idx),
 2270                   target_modules.GetModulePointerAtIndexUnlocked(image_idx)))
 2363                     target_modules.GetModulePointerAtIndexUnlocked(i),
 3871               target_modules.GetModulePointerAtIndexUnlocked(i);
 3875                              target_modules.GetModulePointerAtIndexUnlocked(i),
tools/lldb/source/Core/ModuleList.cpp
  308   return GetModulePointerAtIndexUnlocked(idx);
tools/lldb/source/Core/SearchFilter.cpp
  445     Module *module = target_modules.GetModulePointerAtIndexUnlocked(i);
  582     Module *module = target_modules.GetModulePointerAtIndexUnlocked(i);
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp
  408     Module *module_pointer = target_modules.GetModulePointerAtIndexUnlocked(i);
  422           target_modules.GetModulePointerAtIndexUnlocked(i);
tools/lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
   41     Module *module_pointer = target_modules.GetModulePointerAtIndexUnlocked(i);