Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFBaseDIE.cpp48 uint64_t DWARFBaseDIE::GetAttributeValueAsUnsigned(const dw_attr_t attr, in GetAttributeValueAsUnsigned() function in DWARFBaseDIE
51 return m_die->GetAttributeValueAsUnsigned(GetCU(), attr, fail_value); in GetAttributeValueAsUnsigned()
DDWARFBaseDIE.h107 uint64_t GetAttributeValueAsUnsigned(const dw_attr_t attr,
DSymbolFileDWARFDwo.cpp53 cu->GetUnitDIEOnly().GetAttributeValueAsUnsigned(DW_AT_GNU_dwo_id, 0)) in GetDWOCompileUnitForHash()
DDWARFDebugInfoEntry.h67 uint64_t GetAttributeValueAsUnsigned(
DDWARFASTParserClang.cpp100 if (!Die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0)) in IsClangModuleFwdDecl()
601 encoding_die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0) == 1) { in ParseTypeModifier()
665 if (target_die.GetAttributeValueAsUnsigned(DW_AT_APPLE_block, 0)) { in ParseTypeModifier()
2061 die.GetAttributeValueAsUnsigned(DW_AT_byte_size, 0) * 8; in CompleteRecordType()
2355 parent_die.GetAttributeValueAsUnsigned(DW_AT_byte_size, UINT64_MAX); in ParseSingleMember()
2695 parent_die.GetAttributeValueAsUnsigned(DW_AT_byte_size, in ParseSingleMember()
3427 die.GetAttributeValueAsUnsigned(DW_AT_export_symbols, 0) != 0; in ResolveNamespaceDIE()
3527 if (src_die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0) == 1) { in CopyUniqueClassMethodTypes()
3531 if (src_die.GetAttributeValueAsUnsigned(DW_AT_artificial, 0)) in CopyUniqueClassMethodTypes()
3546 if (dst_die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0) == 1) { in CopyUniqueClassMethodTypes()
[all …]
DDWARFUnit.cpp358 cu_die.GetAttributeValueAsUnsigned(this, DW_AT_GNU_dwo_id, 0); in AddUnitDIE()
658 m_language_type = die->GetAttributeValueAsUnsigned(this, DW_AT_language, 0); in GetDWARFLanguageType()
667 if (die->GetAttributeValueAsUnsigned(this, DW_AT_APPLE_optimized, 0) == in GetIsOptimized()
DSymbolFileDWARF.cpp699 cu_die.GetAttributeValueAsUnsigned(DW_AT_language, 0)); in ParseCompileUnit()
1105 dwarf_cu_die.GetAttributeValueAsUnsigned(DW_AT_macros, DW_INVALID_OFFSET); in ParseDebugMacros()
1107 sect_offset = dwarf_cu_die.GetAttributeValueAsUnsigned(DW_AT_GNU_macros, in ParseDebugMacros()
1251 if (die.GetAttributeValueAsUnsigned(DW_AT_virtuality, 0) != 0) in ClassOrStructIsVirtual()
1595 cu_die.GetAttributeValueAsUnsigned(&dwarf_cu, DW_AT_GNU_dwo_id, 0); in GetDWOId()
1597 dwo_id = cu_die.GetAttributeValueAsUnsigned(&dwarf_cu, DW_AT_dwo_id, 0); in GetDWOId()
2701 try_resolving_type = type_die.GetAttributeValueAsUnsigned( in FindCompleteObjCDefinitionTypeForDIE()
3655 function_die.GetAttributeValueAsUnsigned(DW_AT_call_all_calls, 0) || in CollectCallEdges()
3656 function_die.GetAttributeValueAsUnsigned(DW_AT_GNU_all_call_sites, 0); in CollectCallEdges()
DDebugNamesDWARFIndex.cpp178 if (die.GetAttributeValueAsUnsigned(DW_AT_APPLE_objc_complete_type, 0)) { in GetCompleteObjCClass()
DDWARFDebugInfoEntry.cpp534 uint64_t DWARFDebugInfoEntry::GetAttributeValueAsUnsigned( in GetAttributeValueAsUnsigned() function in DWARFDebugInfoEntry
/external/llvm-project/lldb/include/lldb/Host/
DXML.h82 bool GetAttributeValueAsUnsigned(const char *name, uint64_t &value,
/external/llvm-project/lldb/source/Host/common/
DXML.cpp154 bool XMLNode::GetAttributeValueAsUnsigned(const char *name, uint64_t &value, in GetAttributeValueAsUnsigned() function in XMLNode
/external/llvm-project/lldb/source/Expression/
DDWARFExpression.cpp2389 die.GetAttributeValueAsUnsigned(DW_AT_encoding, DW_ATE_hi_user); in Evaluate()
2390 bit_size = die.GetAttributeValueAsUnsigned(DW_AT_byte_size, 0) * 8; in Evaluate()
2392 bit_size = die.GetAttributeValueAsUnsigned(DW_AT_bit_size, 0); in Evaluate()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp1669 if (!memory_node.GetAttributeValueAsUnsigned("start", start)) in LoadQXferMemoryMap()
1671 if (!memory_node.GetAttributeValueAsUnsigned("length", length)) in LoadQXferMemoryMap()