Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp5822 … DWARFDebugInfoEntry* encoding_die = dwarf_cu->GetDIEPtr(encoding_uid); in ParseType() local
5824 if (encoding_die && encoding_die->Tag() == DW_TAG_structure_type) in ParseType()
5826 …if (const char *struct_name = encoding_die->GetAttributeValueAsString(this, dwarf_cu, DW_AT_name, … in ParseType()