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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DModuleChild.cpp14 : m_module_wp(module_sp) {}
20 m_module_wp = rhs.m_module_wp;
24 lldb::ModuleSP ModuleChild::GetModule() const { return m_module_wp.lock(); }
27 m_module_wp = module_sp;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleChild.h56 lldb::ModuleWP m_module_wp; member in class:lldb_private::ModuleChild
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h121 void SetModule(const lldb::ModuleSP &module) { m_module_wp = module; }
256 lldb::ModuleWP m_module_wp; member in class:lldb_private::DWARFExpression
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp797 : m_module_wp(), m_static_type(), m_dynamic_type() {
802 : m_module_wp(), m_static_type(), m_dynamic_type() {
807 : m_module_wp(), m_static_type(), m_dynamic_type(dynamic) {
813 : m_module_wp(), m_static_type(), m_dynamic_type() {
820 m_module_wp = type_sp->GetModule();
823 m_module_wp = lldb::ModuleWP();
828 m_module_wp = lldb::ModuleWP();
840 m_module_wp = lldb::ModuleWP();
847 // is can be successfully initialized with m_module_wp, return true. Else
854 module_sp = m_module_wp
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h288 lldb::ModuleWP m_module_wp; member in class:lldb_private::Type::TypeImpl
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp59 : m_module_wp(), m_data(), m_dwarf_cu(nullptr),
65 : m_module_wp(), m_data(data), m_dwarf_cu(dwarf_cu),
68 m_module_wp = module_sp;
604 m_module_wp = new_module_sp;
862 ModuleSP module_sp = m_module_wp.lock();

Completed in 129 milliseconds