Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp97 SymbolFileDWARF::DIEToVariableSP &SymbolFileDWARFDwo::GetDIEToVariable() { in GetDIEToVariable() function in SymbolFileDWARFDwo
98 return GetBaseSymbolFile().GetDIEToVariable(); in GetDIEToVariable()
H A DSymbolFileDWARFDwo.h59 DIEToVariableSP &GetDIEToVariable() override;
H A DSymbolFileDWARF.h511 virtual DIEToVariableSP &GetDIEToVariable() { return m_die_to_variable_sp; } in GetDIEToVariable() function
H A DSymbolFileDWARF.cpp3267 DIEToVariableSP &die_to_variable = die.GetDWARF()->GetDIEToVariable(); in ParseVariableDIECached()
3679 VariableSP var_sp = GetDIEToVariable()[die.GetDIE()]; in ParseAndAppendGlobalVariable()