Lines Matching refs:Unsigned
304 accessibility = DWARFASTParser::GetAccessTypeFromDWARF(form_value.Unsigned()); in ParsedDWARFTypeAttributes()
312 bit_stride = form_value.Unsigned(); in ParsedDWARFTypeAttributes()
316 byte_size = form_value.Unsigned(); in ParsedDWARFTypeAttributes()
320 byte_stride = form_value.Unsigned(); in ParsedDWARFTypeAttributes()
324 calling_convention = form_value.Unsigned(); in ParsedDWARFTypeAttributes()
334 attributes.CompileUnitAtIndex(i)->GetFile(form_value.Unsigned())); in ParsedDWARFTypeAttributes()
337 decl.SetLine(form_value.Unsigned()); in ParsedDWARFTypeAttributes()
340 decl.SetColumn(form_value.Unsigned()); in ParsedDWARFTypeAttributes()
348 encoding = form_value.Unsigned(); in ParsedDWARFTypeAttributes()
360 if (form_value.Unsigned()) in ParsedDWARFTypeAttributes()
1394 uint32_t block_length = form_value.Unsigned(); in ParseInheritance()
1408 member_byte_offset = form_value.Unsigned(); in ParseInheritance()
1413 accessibility = DWARFASTParser::GetAccessTypeFromDWARF(form_value.Unsigned()); in ParseInheritance()
1968 uval64 = form_value.Unsigned(); in ParseTemplateDIE()
2245 enum_value = form_value.Unsigned(); in ParseChildEnumerators()
2256 form_value.Unsigned())); in ParseChildEnumerators()
2259 decl.SetLine(form_value.Unsigned()); in ParseChildEnumerators()
2262 decl.SetColumn(form_value.Unsigned()); in ParseChildEnumerators()
2435 bit_size = form_value.Unsigned(); in MemberAttributes()
2438 byte_size = form_value.Unsigned(); in MemberAttributes()
2444 data_bit_offset = form_value.Unsigned(); in MemberAttributes()
2451 uint32_t block_length = form_value.Unsigned(); in MemberAttributes()
2467 member_byte_offset = form_value.Unsigned(); in MemberAttributes()
2472 accessibility = DWARFASTParser::GetAccessTypeFromDWARF(form_value.Unsigned()); in MemberAttributes()
2520 prop_attributes = form_value.Unsigned(); in PropertyAttributes()
2619 llvm::APInt result(max_bit_size, form_value.Unsigned(), !is_unsigned); in ExtractIntFromFormValue()
2631 ? std::to_string(form_value.Unsigned()) in ExtractIntFromFormValue()