Searched refs:ModuleWP (Results 1 – 15 of 15) 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;
69 std::unordered_map<std::string, lldb::ModuleWP> m_loaded_modules;
947 m_module_wp = lldb::ModuleWP(); in SetType()952 m_module_wp = lldb::ModuleWP(); in SetType()964 m_module_wp = lldb::ModuleWP(); in SetType()977 bool TypeImpl::CheckModuleCommon(const lldb::ModuleWP &input_module_wp, in CheckModuleCommon()989 lldb::ModuleWP empty_module_wp; in CheckModuleCommon()1026 m_module_wp = lldb::ModuleWP(); in Clear()
115 lldb::ModuleWP m_jit_module_wp;
107 lldb::ModuleWP m_jit_module_wp;
297 lldb::ModuleWP m_jit_module_wp;
141 lldb::ModuleWP m_module_wp;
652 bool CheckModuleCommon(const lldb::ModuleWP &input_module_wp,655 lldb::ModuleWP m_module_wp;656 lldb::ModuleWP m_exe_module_wp;
127 lldb::ModuleWP m_objc_module_wp;
154 lldb::ModuleWP m_objc_module_wp;
509 lldb::ModuleWP m_debug_map_module_wp;
227 ModuleWP m_exe_module_wp;
371 typedef std::weak_ptr<lldb_private::Module> ModuleWP; typedef