Lines Matching refs:die_offset
935 dw_offset_t die_offset = *pos; in GetDIENamesAndRanges() local
936 if (die_offset != DW_INVALID_OFFSET) in GetDIENamesAndRanges()
938 die = dwarf2Data->DebugInfo()->GetDIEPtr(die_offset, &cu_sp_ptr); in GetDIENamesAndRanges()
1264 dw_offset_t die_offset = form_value.Reference(cu); in GetAttributes() local
1265 if (cu->ContainsDIEOffset(die_offset)) in GetAttributes()
1267 die = const_cast<DWARFCompileUnit*>(cu)->GetDIEPtr(die_offset); in GetAttributes()
1274 … die = const_cast<SymbolFileDWARF*>(dwarf2Data)->DebugInfo()->GetDIEPtr(die_offset, &cu_sp_ptr); in GetAttributes()
1650 const dw_offset_t die_offset, in GetName() argument
1661 lldb::offset_t offset = die_offset; in GetName()
1699 const dw_offset_t die_offset, in AppendTypeName() argument
1710 lldb::offset_t offset = die_offset; in AppendTypeName()
1790 const dw_offset_t die_offset = die->GetOffset(); in Contains() local
1791 if (die_offset > GetOffset()) in Contains()
1796 return die_offset < sibling->GetOffset(); in Contains()
1954 dw_offset_t die_offset; in GetParentDeclContextDIE() local
1956 die_offset = attributes.FormValueAsUnsigned(dwarf2Data, DW_AT_specification, DW_INVALID_OFFSET); in GetParentDeclContextDIE()
1957 if (die_offset != DW_INVALID_OFFSET) in GetParentDeclContextDIE()
1959 const DWARFDebugInfoEntry *spec_die = cu->GetDIEPtr (die_offset); in GetParentDeclContextDIE()
1968 … die_offset = attributes.FormValueAsUnsigned(dwarf2Data, DW_AT_abstract_origin, DW_INVALID_OFFSET); in GetParentDeclContextDIE()
1969 if (die_offset != DW_INVALID_OFFSET) in GetParentDeclContextDIE()
1971 const DWARFDebugInfoEntry *abs_die = cu->GetDIEPtr (die_offset); in GetParentDeclContextDIE()