Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp5883 … DWARFDebugInfoEntry* encoding_die = dwarf_cu->GetDIEPtr(encoding_uid); in ParseType() local
5885 if (encoding_die && encoding_die->Tag() == DW_TAG_structure_type) in ParseType()
5887 …if (const char *struct_name = encoding_die->GetAttributeValueAsString(this, dwarf_cu, DW_AT_name, … in ParseType()