Searched refs:ModuleWP (Results 1 – 16 of 16) sorted by relevance
66 std::map<lldb::ModuleWP, lldb::addr_t, std::owner_less<lldb::ModuleWP>>
91 std::map<lldb::ModuleWP, lldb::addr_t, std::owner_less<lldb::ModuleWP>>
56 lldb::ModuleWP m_module_wp;
834 m_module_wp = lldb::ModuleWP(); in SetType()839 m_module_wp = lldb::ModuleWP(); in SetType()851 m_module_wp = lldb::ModuleWP(); in SetType()864 bool TypeImpl::CheckModuleCommon(const lldb::ModuleWP &input_module_wp, in CheckModuleCommon()876 lldb::ModuleWP empty_module_wp; in CheckModuleCommon()913 m_module_wp = lldb::ModuleWP(); in Clear()
69 std::unordered_map<std::string, lldb::ModuleWP> m_loaded_modules;
228 lldb::ModuleWP m_dyld_module_wp; // the dyld whose file type (mac, ios, etc)230 lldb::ModuleWP m_libpthread_module_wp;
115 lldb::ModuleWP m_jit_module_wp;
107 lldb::ModuleWP m_jit_module_wp;
297 lldb::ModuleWP m_jit_module_wp;
135 lldb::ModuleWP m_module_wp;
306 bool CheckModuleCommon(const lldb::ModuleWP &input_module_wp,309 lldb::ModuleWP m_module_wp;310 lldb::ModuleWP m_exe_module_wp;
127 lldb::ModuleWP m_objc_module_wp;
155 lldb::ModuleWP m_objc_module_wp;
521 lldb::ModuleWP m_debug_map_module_wp;
218 ModuleWP m_exe_module_wp;
350 typedef std::weak_ptr<lldb_private::Module> ModuleWP; typedef