Searched refs:ModuleWP (Results 1 – 15 of 15) sorted by relevance
68 std::map<lldb::ModuleWP, lldb::addr_t, std::owner_less<lldb::ModuleWP>>
88 std::map<lldb::ModuleWP, lldb::addr_t, std::owner_less<lldb::ModuleWP>>
56 lldb::ModuleWP m_module_wp;
835 m_module_wp = lldb::ModuleWP(); in SetType()840 m_module_wp = lldb::ModuleWP(); in SetType()852 m_module_wp = lldb::ModuleWP(); in SetType()865 bool TypeImpl::CheckModuleCommon(const lldb::ModuleWP &input_module_wp, in CheckModuleCommon()877 lldb::ModuleWP empty_module_wp; in CheckModuleCommon()914 m_module_wp = lldb::ModuleWP(); in Clear()
69 std::unordered_map<std::string, lldb::ModuleWP> m_loaded_modules;
115 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;
157 lldb::ModuleWP m_objc_module_wp;
486 lldb::ModuleWP m_debug_map_module_wp;
220 ModuleWP m_exe_module_wp;
347 typedef std::weak_ptr<lldb_private::Module> ModuleWP; typedef