Lines Matching refs:GetAttributeValue
468 dw_offset_t DWARFDebugInfoEntry::GetAttributeValue( in GetAttributeValue() function in DWARFDebugInfoEntry
496 if (GetAttributeValue(cu, DW_AT_specification, form_value)) { in GetAttributeValue()
499 dw_offset_t die_offset = die.GetDIE()->GetAttributeValue( in GetAttributeValue()
506 if (GetAttributeValue(cu, DW_AT_abstract_origin, form_value)) { in GetAttributeValue()
509 dw_offset_t die_offset = die.GetDIE()->GetAttributeValue( in GetAttributeValue()
529 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsString()
542 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsUnsigned()
556 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsReference()
566 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsAddress()
582 if (GetAttributeValue(cu, DW_AT_high_pc, form_value, nullptr, in GetAttributeHighPC()
623 if (GetAttributeValue(cu, DW_AT_ranges, form_value)) { in GetAttributeAddressRanges()