Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFCompileUnit.cpp668 dw_offset_t specification_die_offset = DW_INVALID_OFFSET; in Index() local
759 specification_die_offset = form_value.Reference(this); in Index()
804 if (specification_die_offset != DW_INVALID_OFFSET) in Index()
806 …foEntry *specification_die = m_dwarf2Data->DebugInfo()->GetDIEPtr (specification_die_offset, NULL); in Index()
DSymbolFileDWARF.cpp6367 dw_offset_t specification_die_offset = DW_INVALID_OFFSET; in ParseType() local
6417 specification_die_offset = form_value.Reference(dwarf_cu); in ParseType()
6627 if (specification_die_offset != DW_INVALID_OFFSET) in ParseType()
6637 …const DWARFDebugInfoEntry* spec_die = DebugInfo()->GetDIEPtr(specification_die_offset, &spec_cu_sp… in ParseType()
6647specification_die_offset); in ParseType()