Searched refs:m_module_wp (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A 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()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | DWARFExpressionList.h | 34 : m_module_wp(module_sp), m_dwarf_cu(dwarf_cu), in DWARFExpressionList() 39 : m_module_wp(module_sp), m_dwarf_cu(dwarf_cu) { in DWARFExpressionList() 114 void SetModule(const lldb::ModuleSP &module) { m_module_wp = module; } in SetModule() 139 lldb::ModuleWP m_module_wp; variable
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Type.cpp | 914 : m_module_wp(), m_static_type(), m_dynamic_type() { in TypeImpl() 919 : m_module_wp(), m_static_type(), m_dynamic_type() { in TypeImpl() 924 : m_module_wp(), m_static_type(), m_dynamic_type(dynamic) { in TypeImpl() 930 : m_module_wp(), m_static_type(), m_dynamic_type() { in TypeImpl() 938 m_module_wp = type_sp->GetModule(); in SetType() 941 m_module_wp = lldb::ModuleWP(); in SetType() 946 m_module_wp = lldb::ModuleWP(); in SetType() 958 m_module_wp = lldb::ModuleWP(); in SetType() 964 return CheckModuleCommon(m_module_wp, module_sp); in CheckModule() 1020 m_module_wp = lldb::ModuleWP(); in Clear()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ModuleChild.h | 56 lldb::ModuleWP m_module_wp;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpressionList.cpp | 111 m_module_wp = new_module_sp; in LinkThreadLocalStorage() 207 ModuleSP module_sp = m_module_wp.lock(); in Evaluate()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 624 lldb::ModuleWP m_module_wp; variable
|