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.cpp181 m_exe_module_wp(exe_module_sp), m_cu_idx(cu_idx) {} in DebugMapModule()
192 ModuleSP exe_module_sp(m_exe_module_wp.lock()); in GetSymbolFile()
227 ModuleWP m_exe_module_wp; member in lldb_private::plugin::dwarf::DebugMapModule
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp943 m_exe_module_wp = type_sp->GetExeModule(); in SetType()
974 return CheckModuleCommon(m_exe_module_wp, module_sp); in CheckExeModule()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h656 lldb::ModuleWP m_exe_module_wp; variable