Searched refs:ModuleWP (Results 1 – 15 of 15) sorted by relevance
73 std::map<lldb::ModuleWP, lldb::addr_t, std::owner_less<lldb::ModuleWP>>
89 std::map<lldb::ModuleWP, lldb::addr_t, std::owner_less<lldb::ModuleWP>>
79 lldb::ModuleWP m_module_wp; ///< The Module that owns the object that inherits
72 std::unordered_map<std::string, lldb::ModuleWP> m_loaded_modules;
125 lldb::ModuleWP m_jit_module_wp;
104 lldb::ModuleWP m_jit_module_wp;
340 lldb::ModuleWP m_jit_module_wp;
406 lldb::ModuleWP m_module_wp; ///< Module which defined this expression.
801 m_module_wp = lldb::ModuleWP(); in SetType()805 m_module_wp = lldb::ModuleWP(); in SetType()817 m_module_wp = lldb::ModuleWP(); in SetType()848 lldb::ModuleWP empty_module_wp; in CheckModule()885 m_module_wp = lldb::ModuleWP(); in Clear()
125 lldb::ModuleWP m_objc_module_wp;
155 lldb::ModuleWP m_objc_module_wp;
436 lldb::ModuleWP m_module_wp;
456 lldb::ModuleWP m_debug_map_module_wp;
222 ModuleWP m_exe_module_wp;
375 typedef std::weak_ptr<lldb_private::Module> ModuleWP; typedef