Searched refs:ModuleWP (Results 1 – 16 of 16) sorted by relevance
68 std::map<lldb::ModuleWP, lldb::addr_t, std::owner_less<lldb::ModuleWP>>
85 std::map<lldb::ModuleWP, lldb::addr_t, std::owner_less<lldb::ModuleWP>>
56 lldb::ModuleWP m_module_wp;
836 m_module_wp = lldb::ModuleWP(); in SetType()841 m_module_wp = lldb::ModuleWP(); in SetType()853 m_module_wp = lldb::ModuleWP(); in SetType()866 bool TypeImpl::CheckModuleCommon(const lldb::ModuleWP &input_module_wp, in CheckModuleCommon()878 lldb::ModuleWP empty_module_wp; in CheckModuleCommon()915 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;
112 lldb::ModuleWP m_jit_module_wp;
107 lldb::ModuleWP m_jit_module_wp;
297 lldb::ModuleWP m_jit_module_wp;
245 lldb::ModuleWP m_module_wp;
300 bool CheckModuleCommon(const lldb::ModuleWP &input_module_wp,303 lldb::ModuleWP m_module_wp;304 lldb::ModuleWP m_exe_module_wp;
127 lldb::ModuleWP m_objc_module_wp;
151 lldb::ModuleWP m_objc_module_wp;
485 lldb::ModuleWP m_debug_map_module_wp;
218 ModuleWP m_exe_module_wp;
345 typedef std::weak_ptr<lldb_private::Module> ModuleWP; typedef