Home
last modified time | relevance | path

Searched refs:GetAttributeValueAsUnsigned (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.cpp1373 DWARFDebugInfoEntry::GetAttributeValueAsUnsigned in GetAttributeValueAsUnsigned() function in DWARFDebugInfoEntry
1475 lo_pc = GetAttributeValueAsUnsigned(dwarf2Data, cu, DW_AT_low_pc, fail_value); in GetAttributeAddressRange()
2145 … dw_addr_t lo_pc = GetAttributeValueAsUnsigned(dwarf2Data, cu, DW_AT_low_pc, LLDB_INVALID_ADDRESS); in LookupAddress()
2192 …dw_offset_t debug_ranges_offset = GetAttributeValueAsUnsigned(dwarf2Data, cu, DW_AT_ranges, DW_INV… in LookupAddress()
DDWARFCompileUnit.cpp209 …uint64_t base_addr = die.GetAttributeValueAsUnsigned(m_dwarf2Data, this, DW_AT_low_pc, LLDB_INVALI… in ExtractDIEsIfNeeded()
211 base_addr = die.GetAttributeValueAsUnsigned(m_dwarf2Data, this, DW_AT_entry_pc, 0); in ExtractDIEsIfNeeded()
DSymbolFileDWARF.cpp929 …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()
[all …]
DDWARFDebugInfoEntry.h182 uint64_t GetAttributeValueAsUnsigned(