Lines Matching refs:GetAttributeValue
469 dw_offset_t DWARFDebugInfoEntry::GetAttributeValue( in GetAttributeValue() function in DWARFDebugInfoEntry
497 if (GetAttributeValue(cu, DW_AT_specification, form_value)) { in GetAttributeValue()
500 dw_offset_t die_offset = die.GetDIE()->GetAttributeValue( in GetAttributeValue()
507 if (GetAttributeValue(cu, DW_AT_abstract_origin, form_value)) { in GetAttributeValue()
510 dw_offset_t die_offset = die.GetDIE()->GetAttributeValue( in GetAttributeValue()
530 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsString()
543 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsUnsigned()
557 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsReference()
567 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsAddress()
583 if (GetAttributeValue(cu, DW_AT_high_pc, form_value, nullptr, in GetAttributeHighPC()
624 if (GetAttributeValue(cu, DW_AT_ranges, form_value)) { in GetAttributeAddressRanges()