Lines Matching defs:attributes

284   DWARFAttributes attributes = die.GetAttributes();
285 for (size_t i = 0; i < attributes.Size(); ++i) {
286 dw_attr_t attr = attributes.AttributeAtIndex(i);
288 if (!attributes.ExtractFormValueAtIndex(i, form_value))
333 attributes.CompileUnitAtIndex(i)->GetFile(form_value.Unsigned()));
1470 DWARFAttributes attributes = die.GetAttributes();
1471 if (attributes.Size() == 0)
1480 for (uint32_t i = 0; i < attributes.Size(); ++i) {
1481 const dw_attr_t attr = attributes.AttributeAtIndex(i);
1483 if (attributes.ExtractFormValueAtIndex(i, form_value)) {
1966 DWARFAttributes attributes = die.GetAttributes();
1967 if (attributes.Size() == 0)
1977 for (size_t i = 0; i < attributes.Size(); ++i) {
1978 const dw_attr_t attr = attributes.AttributeAtIndex(i);
1982 if (attributes.ExtractFormValueAtIndex(i, form_value))
1987 if (attributes.ExtractFormValueAtIndex(i, form_value))
1992 if (attributes.ExtractFormValueAtIndex(i, form_value)) {
2000 if (attributes.ExtractFormValueAtIndex(i, form_value)) {
2006 if (attributes.ExtractFormValueAtIndex(i, form_value))
2284 DWARFAttributes attributes = die.GetAttributes();
2285 if (attributes.Size() == 0)
2293 for (size_t i = 0; i < attributes.Size(); ++i) {
2294 const dw_attr_t attr = attributes.AttributeAtIndex(i);
2296 if (attributes.ExtractFormValueAtIndex(i, form_value)) {
2314 attributes.CompileUnitAtIndex(i)->GetFile(form_value.Unsigned()));
2442 /// Parsed form of all attributes that are relevant for parsing Objective-C
2499 DWARFAttributes attributes = child_die.GetAttributes();
2500 for (std::size_t i = 0; i < attributes.Size(); ++i) {
2502 const dw_attr_t attr = attributes.AttributeAtIndex(i);
2503 if (attributes.ExtractFormValueAtIndex(i, form_value)) {
2534 DWARFAttributes attributes = referenced_die.GetAttributes();
2535 for (std::size_t i = 0; i < attributes.Size(); ++i) {
2536 const dw_attr_t attr = attributes.AttributeAtIndex(i);
2538 if (attributes.ExtractFormValueAtIndex(i, form_value)) {
2572 DWARFAttributes attributes = die.GetAttributes();
2573 for (size_t i = 0; i < attributes.Size(); ++i) {
2574 const dw_attr_t attr = attributes.AttributeAtIndex(i);
2576 if (attributes.ExtractFormValueAtIndex(i, form_value)) {
2641 DWARFAttributes attributes = die.GetAttributes();
2642 for (size_t i = 0; i < attributes.Size(); ++i) {
2643 const dw_attr_t attr = attributes.AttributeAtIndex(i);
2645 if (attributes.ExtractFormValueAtIndex(i, form_value)) {
3136 DWARFAttributes attributes = die.GetAttributes();
3137 if (attributes.Size() == 0) {
3149 for (i = 0; i < attributes.Size(); ++i) {
3150 const dw_attr_t attr = attributes.AttributeAtIndex(i);
3152 if (attributes.ExtractFormValueAtIndex(i, form_value)) {