Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp83 SymbolFileDWARF::DIEToVariableSP &SymbolFileDWARFDwo::GetDIEToVariable() { in GetDIEToVariable() function in SymbolFileDWARFDwo
84 return GetBaseSymbolFile().GetDIEToVariable(); in GetDIEToVariable()
H A DSymbolFileDWARFDwo.h48 DIEToVariableSP &GetDIEToVariable() override;
H A DSymbolFileDWARF.h493 virtual DIEToVariableSP &GetDIEToVariable() { return m_die_to_variable_sp; } in GetDIEToVariable() function
H A DSymbolFileDWARF.cpp3133 DIEToVariableSP &die_to_variable = die.GetDWARF()->GetDIEToVariable(); in ParseVariableDIECached()
3544 VariableSP var_sp = GetDIEToVariable()[die.GetDIE()]; in ParseAndAppendGlobalVariable()