Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.h48 DIEToVariableSP &GetDIEToVariable() override;
H A DSymbolFileDWARF.h327 DIEToVariableSP; typedef
463 virtual DIEToVariableSP &GetDIEToVariable() { return m_die_to_variable_sp; } in GetDIEToVariable()
515 DIEToVariableSP m_die_to_variable_sp;
H A DSymbolFileDWARFDwo.cpp83 SymbolFileDWARF::DIEToVariableSP &SymbolFileDWARFDwo::GetDIEToVariable() { in GetDIEToVariable()