Lines Matching refs:form_value

295     DWARFFormValue form_value;  in ParsedDWARFTypeAttributes()  local
296 if (!attributes.ExtractFormValueAtIndex(i, form_value)) in ParsedDWARFTypeAttributes()
300 abstract_origin = form_value; in ParsedDWARFTypeAttributes()
304 accessibility = DWARFASTParser::GetAccessTypeFromDWARF(form_value.Unsigned()); in ParsedDWARFTypeAttributes()
308 is_artificial = form_value.Boolean(); 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()
328 containing_type = form_value; 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()
344 is_forward_declaration = form_value.Boolean(); in ParsedDWARFTypeAttributes()
348 encoding = form_value.Unsigned(); in ParsedDWARFTypeAttributes()
352 is_scoped_enum = form_value.Boolean(); in ParsedDWARFTypeAttributes()
356 is_explicit = form_value.Boolean(); in ParsedDWARFTypeAttributes()
360 if (form_value.Unsigned()) in ParsedDWARFTypeAttributes()
365 is_inline = form_value.Boolean(); in ParsedDWARFTypeAttributes()
370 mangled_name = form_value.AsCString(); in ParsedDWARFTypeAttributes()
374 name.SetCString(form_value.AsCString()); in ParsedDWARFTypeAttributes()
378 object_pointer = form_value.Reference(); in ParsedDWARFTypeAttributes()
382 signature = form_value; in ParsedDWARFTypeAttributes()
386 specification = form_value; in ParsedDWARFTypeAttributes()
390 type = form_value; in ParsedDWARFTypeAttributes()
394 is_virtual = form_value.Boolean(); in ParsedDWARFTypeAttributes()
398 is_complete_objc_class = form_value.Signed(); in ParsedDWARFTypeAttributes()
406 class_language = (LanguageType)form_value.Signed(); in ParsedDWARFTypeAttributes()
410 is_vector = form_value.Boolean(); in ParsedDWARFTypeAttributes()
413 exports_symbols = form_value.Boolean(); in ParsedDWARFTypeAttributes()
1383 DWARFFormValue form_value; in ParseInheritance() local
1384 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseInheritance()
1387 encoding_form = form_value; in ParseInheritance()
1390 if (form_value.BlockData()) { in ParseInheritance()
1394 uint32_t block_length = form_value.Unsigned(); in ParseInheritance()
1396 form_value.BlockData() - debug_info_data.GetDataStart(); in ParseInheritance()
1408 member_byte_offset = form_value.Unsigned(); in ParseInheritance()
1413 accessibility = DWARFASTParser::GetAccessTypeFromDWARF(form_value.Unsigned()); in ParseInheritance()
1417 is_virtual = form_value.Boolean(); in ParseInheritance()
1942 DWARFFormValue form_value; in ParseTemplateDIE() local
1948 if (attributes.ExtractFormValueAtIndex(i, form_value)) in ParseTemplateDIE()
1949 name = form_value.AsCString(); in ParseTemplateDIE()
1953 if (attributes.ExtractFormValueAtIndex(i, form_value)) in ParseTemplateDIE()
1954 template_name = form_value.AsCString(); in ParseTemplateDIE()
1958 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseTemplateDIE()
1959 Type *lldb_type = die.ResolveTypeUID(form_value.Reference()); in ParseTemplateDIE()
1966 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseTemplateDIE()
1968 uval64 = form_value.Unsigned(); in ParseTemplateDIE()
2237 DWARFFormValue form_value; in ParseChildEnumerators() local
2238 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildEnumerators()
2243 enum_value = form_value.Signed(); in ParseChildEnumerators()
2245 enum_value = form_value.Unsigned(); in ParseChildEnumerators()
2249 name = form_value.AsCString(); in ParseChildEnumerators()
2256 form_value.Unsigned())); in ParseChildEnumerators()
2259 decl.SetLine(form_value.Unsigned()); in ParseChildEnumerators()
2262 decl.SetColumn(form_value.Unsigned()); in ParseChildEnumerators()
2422 DWARFFormValue form_value; in MemberAttributes() local
2423 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in MemberAttributes()
2426 name = form_value.AsCString(); in MemberAttributes()
2429 encoding_form = form_value; in MemberAttributes()
2432 bit_offset = form_value.Signed(); in MemberAttributes()
2435 bit_size = form_value.Unsigned(); in MemberAttributes()
2438 byte_size = form_value.Unsigned(); in MemberAttributes()
2441 const_value_form = form_value; in MemberAttributes()
2444 data_bit_offset = form_value.Unsigned(); in MemberAttributes()
2447 if (form_value.BlockData()) { in MemberAttributes()
2451 uint32_t block_length = form_value.Unsigned(); in MemberAttributes()
2453 form_value.BlockData() - debug_info_data.GetDataStart(); in MemberAttributes()
2467 member_byte_offset = form_value.Unsigned(); in MemberAttributes()
2472 accessibility = DWARFASTParser::GetAccessTypeFromDWARF(form_value.Unsigned()); in MemberAttributes()
2475 is_artificial = form_value.Boolean(); in MemberAttributes()
2507 DWARFFormValue form_value; in PropertyAttributes() local
2508 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in PropertyAttributes()
2511 prop_name = form_value.AsCString(); in PropertyAttributes()
2514 prop_getter_name = form_value.AsCString(); in PropertyAttributes()
2517 prop_setter_name = form_value.AsCString(); in PropertyAttributes()
2520 prop_attributes = form_value.Unsigned(); in PropertyAttributes()
2595 const CompilerType &int_type, const DWARFFormValue &form_value) const { in ExtractIntFromFormValue()
2619 llvm::APInt result(max_bit_size, form_value.Unsigned(), !is_unsigned); in ExtractIntFromFormValue()
2631 ? std::to_string(form_value.Unsigned()) in ExtractIntFromFormValue()
2632 : std::to_string(form_value.Signed()); in ExtractIntFromFormValue()
2988 DWARFFormValue form_value; in ParseChildParameters() local
2989 if (attributes.ExtractFormValueAtIndex(i, form_value)) { in ParseChildParameters()
2992 name = form_value.AsCString(); in ParseChildParameters()
2995 param_type_die_form = form_value; in ParseChildParameters()
2998 is_artificial = form_value.Boolean(); in ParseChildParameters()
3093 DWARFFormValue form_value; in GetTypeForDIE() local
3096 attributes.ExtractFormValueAtIndex(i, form_value)) in GetTypeForDIE()
3097 return dwarf->ResolveTypeUID(form_value.Reference(), true); in GetTypeForDIE()