Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3457 const DWARFDIE parent_context_die = GetDeclContextDIEContainingDIE(die); in ParseVariableDIE() local
3462 (parent_context_die.Tag() == DW_TAG_class_type || in ParseVariableDIE()
3463 parent_context_die.Tag() == DW_TAG_structure_type); in ParseVariableDIE()