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;
849 m_module_wp = lldb::ModuleWP(); in SetType()854 m_module_wp = lldb::ModuleWP(); in SetType()866 m_module_wp = lldb::ModuleWP(); in SetType()879 bool TypeImpl::CheckModuleCommon(const lldb::ModuleWP &input_module_wp, in CheckModuleCommon()891 lldb::ModuleWP empty_module_wp; in CheckModuleCommon()928 m_module_wp = lldb::ModuleWP(); in Clear()
228 lldb::ModuleWP m_dyld_module_wp; // the dyld whose file type (mac, ios, etc)230 lldb::ModuleWP m_libpthread_module_wp;
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;
134 lldb::ModuleWP m_module_wp;
319 bool CheckModuleCommon(const lldb::ModuleWP &input_module_wp,322 lldb::ModuleWP m_module_wp;323 lldb::ModuleWP m_exe_module_wp;
127 lldb::ModuleWP m_objc_module_wp;
156 lldb::ModuleWP m_objc_module_wp;
539 lldb::ModuleWP m_debug_map_module_wp;
224 ModuleWP m_exe_module_wp;
354 typedef std::weak_ptr<lldb_private::Module> ModuleWP; typedef