Lines Matching refs:GetAttributeValue
358 dw_offset_t DWARFDebugInfoEntry::GetAttributeValue( in GetAttributeValue() function in DWARFDebugInfoEntry
386 if (GetAttributeValue(cu, DW_AT_specification, form_value)) { in GetAttributeValue()
389 dw_offset_t die_offset = die.GetDIE()->GetAttributeValue( in GetAttributeValue()
396 if (GetAttributeValue(cu, DW_AT_abstract_origin, form_value)) { in GetAttributeValue()
399 dw_offset_t die_offset = die.GetDIE()->GetAttributeValue( in GetAttributeValue()
419 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsString()
432 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsUnsigned()
443 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsOptionalUnsigned()
457 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsReference()
467 if (GetAttributeValue(cu, attr, form_value, nullptr, in GetAttributeValueAsAddress()
483 if (GetAttributeValue(cu, DW_AT_high_pc, form_value, nullptr, in GetAttributeHighPC()
523 if (GetAttributeValue(cu, DW_AT_ranges, form_value)) in GetAttributeAddressRanges()