Searched refs:dwarf_cu_die (Results 1 – 1 of 1) sorted by relevance
1349 const DWARFDebugInfoEntry *dwarf_cu_die = dwarf_cu->GetCompileUnitDIEOnly(); in ParseCompileUnitLineTable() local1350 if (dwarf_cu_die) in ParseCompileUnitLineTable()1352 …const dw_offset_t cu_line_offset = dwarf_cu_die->GetAttributeValueAsUnsigned(this, dwarf_cu, DW_AT… in ParseCompileUnitLineTable()7265 const DWARFDebugInfoEntry *dwarf_cu_die = dwarf_cu->DIE(); in ParseTypes() local7266 if (dwarf_cu_die && dwarf_cu_die->HasChildren()) in ParseTypes()7268 types_added = ParseTypes(sc, dwarf_cu, dwarf_cu_die->GetFirstChild(), true, true); in ParseTypes()