Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp1349 const DWARFDebugInfoEntry *dwarf_cu_die = dwarf_cu->GetCompileUnitDIEOnly(); in ParseCompileUnitLineTable() local
1350 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() local
7266 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()