Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h505 std::shared_ptr<SymbolFileDWARFDwo> m_dwp_symfile; variable
H A DSymbolFileDWARF.cpp1753 symbol_file = m_dwp_symfile.get(); // DWP case in GetDIE()
4343 m_dwp_symfile = std::make_shared<SymbolFileDWARFDwo>( in GetDwpSymbolFile()
4347 return m_dwp_symfile; in GetDwpSymbolFile()