Lines Matching refs:Unsigned

1458                                 uval64 = form_value.Unsigned();
1760 case DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value.Unsigned())); break;
1761 case DW_AT_decl_line: decl.SetLine(form_value.Unsigned()); break;
1762 case DW_AT_decl_column: decl.SetColumn(form_value.Unsigned()); break;
1765 case DW_AT_bit_offset: bit_offset = form_value.Unsigned(); break;
1766 case DW_AT_bit_size: bit_size = form_value.Unsigned(); break;
1767 case DW_AT_byte_size: byte_size = form_value.Unsigned(); break;
1774 uint32_t block_length = form_value.Unsigned();
1797 member_byte_offset = form_value.Unsigned();
1801 case DW_AT_accessibility: accessibility = DW_ACCESS_to_AccessType (form_value.Unsigned()); break;
1806 case DW_AT_APPLE_property_attribute: prop_attributes = form_value.Unsigned(); break;
2159 case DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value.Unsigned())); break;
2160 case DW_AT_decl_line: decl.SetLine(form_value.Unsigned()); break;
2161 case DW_AT_decl_column: decl.SetColumn(form_value.Unsigned()); break;
2169 uint32_t block_length = form_value.Unsigned();
2192 member_byte_offset = form_value.Unsigned();
2197 accessibility = DW_ACCESS_to_AccessType(form_value.Unsigned());
4243 case DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value.Unsigned())); break;
4244 case DW_AT_decl_line: decl.SetLine(form_value.Unsigned()); break;
4245 case DW_AT_decl_column: decl.SetColumn(form_value.Unsigned()); break;
4253 // uint32_t block_length = form_value.Unsigned();
4416 enum_value = form_value.Unsigned();
4425 case DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value.Unsigned())); break;
4426 case DW_AT_decl_line: decl.SetLine(form_value.Unsigned()); break;
4427 case DW_AT_decl_column: decl.SetColumn(form_value.Unsigned()); break;
4494 num_elements = form_value.Unsigned();
4498 bit_stride = form_value.Unsigned();
4502 byte_stride = form_value.Unsigned();
4506 lower_bound = form_value.Unsigned();
4511 upper_bound = form_value.Unsigned();
5769 case DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value.Unsigned())); break;
5770 case DW_AT_decl_line: decl.SetLine(form_value.Unsigned()); break;
5771 case DW_AT_decl_column: decl.SetColumn(form_value.Unsigned()); break;
5785 case DW_AT_byte_size: byte_size = form_value.Unsigned(); break;
5786 case DW_AT_encoding: encoding = form_value.Unsigned(); break;
5963 decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value.Unsigned()));
5967 decl.SetLine(form_value.Unsigned());
5971 decl.SetColumn(form_value.Unsigned());
5980 byte_size = form_value.Unsigned();
5985 accessibility = DW_ACCESS_to_AccessType(form_value.Unsigned());
6361 case DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value.Unsigned())); break;
6362 case DW_AT_decl_line: decl.SetLine(form_value.Unsigned()); break;
6363 case DW_AT_decl_column: decl.SetColumn(form_value.Unsigned()); break;
6369 case DW_AT_byte_size: byte_size = form_value.Unsigned(); break;
6370 case DW_AT_accessibility: break; //accessibility = DW_ACCESS_to_AccessType(form_value.Unsigned()); break;
6477 case DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value.Unsigned())); break;
6478 case DW_AT_decl_line: decl.SetLine(form_value.Unsigned()); break;
6479 case DW_AT_decl_column: decl.SetColumn(form_value.Unsigned()); break;
6488 case DW_AT_accessibility: accessibility = DW_ACCESS_to_AccessType(form_value.Unsigned()); break;
6497 if (form_value.Unsigned())
6948 case DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value.Unsigned())); break;
6949 case DW_AT_decl_line: decl.SetLine(form_value.Unsigned()); break;
6950 case DW_AT_decl_column: decl.SetColumn(form_value.Unsigned()); break;
6957 case DW_AT_byte_size: break; // byte_size = form_value.Unsigned(); break;
6958 case DW_AT_byte_stride: byte_stride = form_value.Unsigned(); break;
6959 case DW_AT_bit_stride: bit_stride = form_value.Unsigned(); break;
6961 case DW_AT_accessibility: break; // accessibility = DW_ACCESS_to_AccessType(form_value.Unsigned()); break;
7355 case DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value.Unsigned())); break;
7356 case DW_AT_decl_line: decl.SetLine(form_value.Unsigned()); break;
7357 case DW_AT_decl_column: decl.SetColumn(form_value.Unsigned()); break;
7374 uint32_t block_length = form_value.Unsigned();
7414 uint32_t block_length = form_value.Unsigned();
7420 const dw_offset_t debug_loc_offset = form_value.Unsigned();
7434 case DW_AT_accessibility: break; //accessibility = DW_ACCESS_to_AccessType(form_value.Unsigned()); break;