HomeSort by relevance Sort by last modified time
    Searched refs:target_images (Results 1 - 4 of 4) sorted by null

  /external/lldb/source/Core/
SearchFilter.cpp 197 const ModuleList &target_images = m_target_sp->GetImages(); local
198 Mutex::Locker modules_locker(target_images.GetMutex());
200 size_t n_modules = target_images.GetSize();
205 ModuleSP module_sp(target_images.GetModuleAtIndexUnlocked (i));
725 const ModuleList &target_images = m_target_sp->GetImages(); local
726 Mutex::Locker modules_locker(target_images.GetMutex());
728 const size_t num_modules = target_images.GetSize ();
732 lldb::ModuleSP module_sp = target_images.GetModuleAtIndexUnlocked(i);
  /external/lldb/source/Expression/
ClangASTSource.cpp 640 const ModuleList &target_images = m_target->GetImages(); local
641 Mutex::Locker modules_locker (target_images.GetMutex());
643 for (size_t i = 0, e = target_images.GetSize(); i < e; ++i)
645 lldb::ModuleSP image = target_images.GetModuleAtIndexUnlocked(i);
1624 const ModuleList &target_images = m_target->GetImages(); local
    [all...]
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.cpp 349 const ModuleList &target_images = target.GetImages(); local
352 ModuleSP module_sp (target_images.FindFirstModule (module_spec));
825 ModuleList& target_images = target.GetImages(); local
    [all...]
  /external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DynamicLoaderDarwinKernel.cpp 779 const ModuleList &target_images = target.GetImages(); local
780 m_module_sp = target_images.FindModule(m_uuid);
    [all...]

Completed in 3068 milliseconds