Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.h75 DIEToVariableSP &GetDIEToVariable() override;
H A DSymbolFileDWARF.h349 DIEToVariableSP; typedef
351 virtual DIEToVariableSP &GetDIEToVariable() { return m_die_to_variable_sp; } in GetDIEToVariable()
539 DIEToVariableSP m_die_to_variable_sp;
H A DSymbolFileDWARFDwo.cpp109 SymbolFileDWARF::DIEToVariableSP &SymbolFileDWARFDwo::GetDIEToVariable() { in GetDIEToVariable()
H A DSymbolFileDWARF.cpp3351 DIEToVariableSP &die_to_variable = die.GetDWARF()->GetDIEToVariable(); in ParseVariableDIECached()