Home
last modified time | relevance | path

Searched refs:m_debug_map_module_wp (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h406 m_debug_map_module_wp = module_sp; in SetDebugMapModule()
456 lldb::ModuleWP m_debug_map_module_wp; variable
H A DSymbolFileDWARF.cpp413 m_debug_map_module_wp(), m_debug_map_symfile(NULL), m_data_debug_abbrev(), in SymbolFileDWARF()
2037 lldb::ModuleSP module_sp(m_debug_map_module_wp.lock()); in GetModuleMutex()
3860 if (m_debug_map_symfile == NULL && !m_debug_map_module_wp.expired()) { in GetDebugMapSymfile()
3861 lldb::ModuleSP module_sp(m_debug_map_module_wp.lock()); in GetDebugMapSymfile()