Lines Matching refs:GetAttributeValueAsUnsigned
929 …LanguageType cu_language = (LanguageType)cu_die->GetAttributeValueAsUnsigned(this, dwarf_cu, DW_AT… in ParseCompileUnit()
1128 … const uint32_t language = die->GetAttributeValueAsUnsigned(this, dwarf_cu, DW_AT_language, 0); in ParseCompileUnitLanguage()
1173 …dw_offset_t stmt_list = cu_die->GetAttributeValueAsUnsigned(this, dwarf_cu, DW_AT_stmt_list, DW_IN… in ParseCompileUnitSupportFiles()
1250 …const dw_offset_t cu_line_offset = dwarf_cu_die->GetAttributeValueAsUnsigned(this, dwarf_cu, DW_AT… in ParseCompileUnitLineTable()
1676 if (die->GetAttributeValueAsUnsigned(this, dwarf_cu, DW_AT_virtuality, 0) != 0) in ClassOrStructIsVirtual()
2038 …uint64_t parent_byte_size = parent_die->GetAttributeValueAsUnsigned(this, dwarf_cu, DW_AT_byte_siz… in ParseChildMembers()
2563 … layout_info.bit_size = die->GetAttributeValueAsUnsigned(this, dwarf_cu, DW_AT_byte_size, 0) * 8; in ResolveClangOpaqueTypeDefinition()
4835 …try_resolving_type = type_die->GetAttributeValueAsUnsigned (this, type_cu, DW_AT_APPLE_objc_comple… in FindCompleteObjCDefinitionTypeForDIE()
5356 … if (src_die->GetAttributeValueAsUnsigned(src_symfile, src_cu, DW_AT_declaration, 0) == 1) in CopyUniqueClassMethodTypes()
5362 … if (src_die->GetAttributeValueAsUnsigned(src_symfile, src_cu, DW_AT_artificial, 0)) in CopyUniqueClassMethodTypes()
5378 if (dst_die->GetAttributeValueAsUnsigned(this, dst_cu, DW_AT_declaration, 0) == 1) in CopyUniqueClassMethodTypes()
5384 if (dst_die->GetAttributeValueAsUnsigned(this, dst_cu, DW_AT_artificial, 0)) in CopyUniqueClassMethodTypes()
7131 …dw_addr_t func_lo_pc = function_die->GetAttributeValueAsUnsigned (this, dwarf_cu, DW_AT_low_pc, LL… in ParseVariablesForContext()