Lines Matching defs:attributes
354 DWARFAttributes attributes = die.GetAttributes();
355 for (size_t i = 0; i < attributes.Size(); ++i) {
356 dw_attr_t attr = attributes.AttributeAtIndex(i);
358 if (!attributes.ExtractFormValueAtIndex(i, form_value))
403 attributes.CompileUnitAtIndex(i)->GetFile(form_value.Unsigned()));
1542 DWARFAttributes attributes = die.GetAttributes();
1543 if (attributes.Size() == 0)
1552 for (uint32_t i = 0; i < attributes.Size(); ++i) {
1553 const dw_attr_t attr = attributes.AttributeAtIndex(i);
1555 if (attributes.ExtractFormValueAtIndex(i, form_value)) {
2004 DWARFAttributes attributes = die.GetAttributes();
2005 if (attributes.Size() == 0)
2015 for (size_t i = 0; i < attributes.Size(); ++i) {
2016 const dw_attr_t attr = attributes.AttributeAtIndex(i);
2020 if (attributes.ExtractFormValueAtIndex(i, form_value))
2025 if (attributes.ExtractFormValueAtIndex(i, form_value))
2030 if (attributes.ExtractFormValueAtIndex(i, form_value)) {
2038 if (attributes.ExtractFormValueAtIndex(i, form_value)) {
2044 if (attributes.ExtractFormValueAtIndex(i, form_value))
2327 DWARFAttributes attributes = die.GetAttributes();
2328 if (attributes.Size() == 0)
2336 for (size_t i = 0; i < attributes.Size(); ++i) {
2337 const dw_attr_t attr = attributes.AttributeAtIndex(i);
2339 if (attributes.ExtractFormValueAtIndex(i, form_value)) {
2357 attributes.CompileUnitAtIndex(i)->GetFile(form_value.Unsigned()));
2479 // DW_AT_low_pc/DW_AT_entry_pc and DW_AT_ranges attributes (the latter
2480 // attributes are ignored even though they should be used for the address of
2482 // this becomes a problem we need to plumb these attributes separately.
2502 /// Parsed form of all attributes that are relevant for parsing Objective-C
2559 DWARFAttributes attributes = child_die.GetAttributes();
2560 for (std::size_t i = 0; i < attributes.Size(); ++i) {
2562 const dw_attr_t attr = attributes.AttributeAtIndex(i);
2563 if (attributes.ExtractFormValueAtIndex(i, form_value)) {
2594 DWARFAttributes attributes = referenced_die.GetAttributes();
2595 for (std::size_t i = 0; i < attributes.Size(); ++i) {
2596 const dw_attr_t attr = attributes.AttributeAtIndex(i);
2598 if (attributes.ExtractFormValueAtIndex(i, form_value)) {
2632 DWARFAttributes attributes = die.GetAttributes();
2633 for (size_t i = 0; i < attributes.Size(); ++i) {
2634 const dw_attr_t attr = attributes.AttributeAtIndex(i);
2636 if (attributes.ExtractFormValueAtIndex(i, form_value)) {
2701 DWARFAttributes attributes = die.GetAttributes();
2702 for (size_t i = 0; i < attributes.Size(); ++i) {
2703 const dw_attr_t attr = attributes.AttributeAtIndex(i);
2705 if (attributes.ExtractFormValueAtIndex(i, form_value)) {