Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp174 m_exe_module_wp(exe_module_sp), m_cu_idx(cu_idx) {} in DebugMapModule()
185 ModuleSP exe_module_sp(m_exe_module_wp.lock()); in GetSymbolFile()
220 ModuleWP m_exe_module_wp; member in DebugMapModule
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp831 m_exe_module_wp = type_sp->GetExeModule(); in SetType()
862 return CheckModuleCommon(m_exe_module_wp, module_sp); in CheckExeModule()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h304 lldb::ModuleWP m_exe_module_wp; variable