Home
last modified time | relevance | path

Searched refs:DIEToVariableSP (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.h48 DIEToVariableSP &GetDIEToVariable() override;
H A DSymbolFileDWARFDwo.cpp83 SymbolFileDWARF::DIEToVariableSP &SymbolFileDWARFDwo::GetDIEToVariable() { in GetDIEToVariable()
H A DSymbolFileDWARF.h336 DIEToVariableSP; typedef
493 virtual DIEToVariableSP &GetDIEToVariable() { return m_die_to_variable_sp; } in GetDIEToVariable()
550 DIEToVariableSP m_die_to_variable_sp;
H A DSymbolFileDWARF.cpp3133 DIEToVariableSP &die_to_variable = die.GetDWARF()->GetDIEToVariable(); in ParseVariableDIECached()