Home
last modified time | relevance | path

Searched refs:m_module_wp (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDModuleChild.cpp14 : 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()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDType.cpp797 : m_module_wp(), m_static_type(), m_dynamic_type() { in TypeImpl()
802 : m_module_wp(), m_static_type(), m_dynamic_type() { in TypeImpl()
807 : m_module_wp(), m_static_type(), m_dynamic_type(dynamic) { in TypeImpl()
813 : m_module_wp(), m_static_type(), m_dynamic_type() { in TypeImpl()
820 m_module_wp = type_sp->GetModule(); in SetType()
823 m_module_wp = lldb::ModuleWP(); in SetType()
828 m_module_wp = lldb::ModuleWP(); in SetType()
840 m_module_wp = lldb::ModuleWP(); in SetType()
854 module_sp = m_module_wp.lock(); in CheckModule()
862 if (empty_module_wp.owner_before(m_module_wp) || in CheckModule()
[all …]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
HDDWARFExpression.h121 void SetModule(const lldb::ModuleSP &module) { m_module_wp = module; } in SetModule()
256 lldb::ModuleWP m_module_wp; variable
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDModuleChild.h56 lldb::ModuleWP m_module_wp;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDDWARFExpression.cpp59 : 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()
604 m_module_wp = new_module_sp; in LinkThreadLocalStorage()
862 ModuleSP module_sp = m_module_wp.lock(); in Evaluate()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDType.h288 lldb::ModuleWP m_module_wp; variable