Lines Matching refs:Unsigned

303           DWARFASTParser::GetAccessTypeFromDWARF(form_value.Unsigned());  in ParsedDWARFTypeAttributes()
311 bit_stride = form_value.Unsigned(); in ParsedDWARFTypeAttributes()
315 byte_size = form_value.Unsigned(); in ParsedDWARFTypeAttributes()
319 alignment = form_value.Unsigned(); in ParsedDWARFTypeAttributes()
323 byte_stride = form_value.Unsigned(); in ParsedDWARFTypeAttributes()
327 calling_convention = form_value.Unsigned(); in ParsedDWARFTypeAttributes()
337 attributes.CompileUnitAtIndex(i)->GetFile(form_value.Unsigned())); in ParsedDWARFTypeAttributes()
340 decl.SetLine(form_value.Unsigned()); in ParsedDWARFTypeAttributes()
343 decl.SetColumn(form_value.Unsigned()); in ParsedDWARFTypeAttributes()
351 encoding = form_value.Unsigned(); in ParsedDWARFTypeAttributes()
363 if (form_value.Unsigned()) in ParsedDWARFTypeAttributes()
552 return form_value.Unsigned(); in ExtractDataMemberLocation()
557 uint32_t block_length = form_value.Unsigned(); in ExtractDataMemberLocation()
1462 DWARFASTParser::GetAccessTypeFromDWARF(form_value.Unsigned()); in ParseInheritance()
2077 uval64 = form_value.Unsigned(); in ParseTemplateDIE()
2373 enum_value = form_value.Unsigned(); in ParseChildEnumerators()
2384 attributes.CompileUnitAtIndex(i)->GetFile(form_value.Unsigned())); in ParseChildEnumerators()
2387 decl.SetLine(form_value.Unsigned()); in ParseChildEnumerators()
2390 decl.SetColumn(form_value.Unsigned()); in ParseChildEnumerators()
2658 bit_size = form_value.Unsigned(); in MemberAttributes()
2661 byte_size = form_value.Unsigned(); in MemberAttributes()
2667 data_bit_offset = form_value.Unsigned(); in MemberAttributes()
2677 DWARFASTParser::GetAccessTypeFromDWARF(form_value.Unsigned()); in MemberAttributes()
2727 prop_attributes = form_value.Unsigned(); in PropertyAttributes()
2836 llvm::APInt result(max_bit_size, form_value.Unsigned(), !is_unsigned); in ExtractIntFromFormValue()
2848 ? std::to_string(form_value.Unsigned()) in ExtractIntFromFormValue()