Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModuleChild.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-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp808 : m_module_wp(), m_static_type(), m_dynamic_type() { in TypeImpl()
813 : m_module_wp(), m_static_type(), m_dynamic_type() { in TypeImpl()
818 : m_module_wp(), m_static_type(), m_dynamic_type(dynamic) { in TypeImpl()
824 : m_module_wp(), m_static_type(), m_dynamic_type() { in TypeImpl()
832 m_module_wp = type_sp->GetModule(); in SetType()
835 m_module_wp = lldb::ModuleWP(); in SetType()
840 m_module_wp = lldb::ModuleWP(); in SetType()
852 m_module_wp = lldb::ModuleWP(); in SetType()
858 return CheckModuleCommon(m_module_wp, module_sp); in CheckModule()
914 m_module_wp = lldb::ModuleWP(); in Clear()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h121 void SetModule(const lldb::ModuleSP &module) { m_module_wp = module; } in SetModule()
245 lldb::ModuleWP m_module_wp; variable
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleChild.h56 lldb::ModuleWP m_module_wp;
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp58 DWARFExpression::DWARFExpression() : m_module_wp(), m_data() {} in DWARFExpression()
63 : m_module_wp(), m_data(data), m_dwarf_cu(dwarf_cu), in DWARFExpression()
66 m_module_wp = module_sp; in DWARFExpression()
605 m_module_wp = new_module_sp; in LinkThreadLocalStorage()
863 ModuleSP module_sp = m_module_wp.lock(); in Evaluate()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h303 lldb::ModuleWP m_module_wp; variable