HomeSort by relevance Sort by last modified time
    Searched defs:target_modules (Results 1 - 5 of 5) sorted by null

  /external/lldb/source/Core/
SearchFilter.cpp 405 const ModuleList &target_modules = m_target_sp->GetImages(); local
406 Mutex::Locker modules_locker (target_modules.GetMutex());
408 const size_t num_modules = target_modules.GetSize ();
411 Module* module = target_modules.GetModulePointerAtIndexUnlocked(i);
556 const ModuleList &target_modules = m_target_sp->GetImages(); local
557 Mutex::Locker modules_locker (target_modules.GetMutex());
559 const size_t num_modules = target_modules.GetSize ();
562 Module* module = target_modules.GetModulePointerAtIndexUnlocked(i);
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntime.cpp 296 const ModuleList &target_modules = target.GetImages(); local
297 Mutex::Locker modules_locker(target_modules.GetMutex());
299 size_t num_images = target_modules.GetSize();
302 ModuleSP module_sp = target_modules.GetModuleAtIndexUnlocked(i);
AppleObjCTrampolineHandler.cpp 440 const ModuleList &target_modules = target.GetImages(); local
441 Mutex::Locker modules_locker(target_modules.GetMutex());
442 size_t num_modules = target_modules.GetSize();
447 if (m_process_sp->GetObjCLanguageRuntime()->IsModuleObjCLibrary (target_modules.GetModuleAtIndexUnlocked(i)))
449 m_objc_module_sp = target_modules.GetModuleAtIndexUnlocked(i);
    [all...]
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.cpp 1104 const ModuleList &target_modules = target.GetImages(); local
    [all...]
  /external/lldb/source/Commands/
CommandObjectTarget.cpp 2373 const ModuleList &target_modules = target->GetImages(); local
2478 const ModuleList &target_modules = target->GetImages(); local
4049 const ModuleList &target_modules = target->GetImages(); local
    [all...]

Completed in 119 milliseconds