Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp3237 const DWARFDIE parent_context_die = GetDeclContextDIEContainingDIE(die); in ParseVariableDIE() local
3241 (parent_context_die.Tag() == DW_TAG_class_type || in ParseVariableDIE()
3242 parent_context_die.Tag() == DW_TAG_structure_type); in ParseVariableDIE()