Searched refs:m_module_wp (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/source/Core/ |
D | ModuleChild.cpp | 14 : m_module_wp(module_sp) {} in ModuleChild() 20 m_module_wp = rhs.m_module_wp; in operator =() 24 lldb::ModuleSP ModuleChild::GetModule() const { return m_module_wp.lock(); } in GetModule() 27 m_module_wp = module_sp; in SetModule()
|
/external/llvm-project/lldb/source/Symbol/ |
D | Type.cpp | 809 : m_module_wp(), m_static_type(), m_dynamic_type() { in TypeImpl() 814 : m_module_wp(), m_static_type(), m_dynamic_type() { in TypeImpl() 819 : m_module_wp(), m_static_type(), m_dynamic_type(dynamic) { in TypeImpl() 825 : m_module_wp(), m_static_type(), m_dynamic_type() { in TypeImpl() 833 m_module_wp = type_sp->GetModule(); in SetType() 836 m_module_wp = lldb::ModuleWP(); in SetType() 841 m_module_wp = lldb::ModuleWP(); in SetType() 853 m_module_wp = lldb::ModuleWP(); in SetType() 859 return CheckModuleCommon(m_module_wp, module_sp); in CheckModule() 915 m_module_wp = lldb::ModuleWP(); in Clear()
|
/external/llvm-project/lldb/include/lldb/Expression/ |
D | DWARFExpression.h | 121 void SetModule(const lldb::ModuleSP &module) { m_module_wp = module; } in SetModule() 245 lldb::ModuleWP m_module_wp; variable
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | ModuleChild.h | 56 lldb::ModuleWP m_module_wp;
|
/external/llvm-project/lldb/source/Expression/ |
D | DWARFExpression.cpp | 59 : m_module_wp(), m_data(), m_dwarf_cu(nullptr), in DWARFExpression() 65 : m_module_wp(), m_data(data), m_dwarf_cu(dwarf_cu), in DWARFExpression() 68 m_module_wp = module_sp; in DWARFExpression() 607 m_module_wp = new_module_sp; in LinkThreadLocalStorage() 865 ModuleSP module_sp = m_module_wp.lock(); in Evaluate()
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | Type.h | 303 lldb::ModuleWP m_module_wp; variable
|