Searched refs:specification_die_offset (Results 1 – 2 of 2) sorted by relevance
668 dw_offset_t specification_die_offset = DW_INVALID_OFFSET; in Index() local759 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()
6367 dw_offset_t specification_die_offset = DW_INVALID_OFFSET; in ParseType() local6417 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()6647 … specification_die_offset); in ParseType()