Home
last modified time | relevance | path

Searched refs:m_exe_module_wp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp183 m_exe_module_wp(exe_module_sp), m_cu_idx(cu_idx) {} in DebugMapModule()
194 ModuleSP exe_module_sp(m_exe_module_wp.lock()); in GetSymbolFile()
229 ModuleWP m_exe_module_wp; member in lldb_private::plugin::dwarf::DebugMapModule
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp964 m_exe_module_wp = type_sp->GetExeModule(); in SetType()
995 return CheckModuleCommon(m_exe_module_wp, module_sp); in CheckExeModule()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h692 lldb::ModuleWP m_exe_module_wp; variable