Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp50 uint64_t DWARFBaseDIE::GetAttributeValueAsUnsigned(const dw_attr_t attr, in GetAttributeValueAsUnsigned() function in DWARFBaseDIE
53 return m_die->GetAttributeValueAsUnsigned(GetCU(), attr, fail_value); in GetAttributeValueAsUnsigned()
H A DDWARFDIE.cpp312 unsigned key = GetAttributeValueAsUnsigned(DW_AT_LLVM_ptrauth_key, 0); in AppendTypeName()
313 bool isAddressDiscriminated = GetAttributeValueAsUnsigned( in AppendTypeName()
316 GetAttributeValueAsUnsigned(DW_AT_LLVM_ptrauth_extra_discriminator, 0); in AppendTypeName()
318 GetAttributeValueAsUnsigned(DW_AT_LLVM_ptrauth_isa_pointer, 0); in AppendTypeName()
H A DDWARFBaseDIE.h110 uint64_t GetAttributeValueAsUnsigned(const dw_attr_t attr,
H A DDWARFDebugInfoEntry.h73 uint64_t GetAttributeValueAsUnsigned(
H A DDWARFASTParserClang.cpp93 if (!Die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0)) in IsClangModuleFwdDecl()
625 encoding_die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0) == 1) { in ParseTypeModifier()
689 if (target_die.GetAttributeValueAsUnsigned(DW_AT_APPLE_block, 0)) { in ParseTypeModifier()
2238 die.GetAttributeValueAsUnsigned(DW_AT_byte_size, 0) * 8; in CompleteRecordType()
2241 die.GetAttributeValueAsUnsigned(llvm::dwarf::DW_AT_alignment, 0) * 8; in CompleteRecordType()
2915 parent_die.GetAttributeValueAsUnsigned(DW_AT_byte_size, UINT64_MAX); in ParseSingleMember()
3098 parent_die.GetAttributeValueAsUnsigned(DW_AT_byte_size, UINT64_MAX); in ParseSingleMember()
3590 die.GetAttributeValueAsUnsigned(DW_AT_export_symbols, 0) != 0; in ResolveNamespaceDIE()
3697 if (die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0) != 1) in CopyUniqueClassMethodTypes()
3702 if (die.GetAttributeValueAsUnsigned(DW_AT_artificial, 0)) in CopyUniqueClassMethodTypes()
H A DDebugNamesDWARFIndex.cpp205 if (die.GetAttributeValueAsUnsigned(DW_AT_APPLE_objc_complete_type, 0)) { in GetCompleteObjCClass()
H A DDWARFUnit.cpp781 m_language_type = die->GetAttributeValueAsUnsigned(this, DW_AT_language, 0); in GetDWARFLanguageType()
790 if (die->GetAttributeValueAsUnsigned(this, DW_AT_APPLE_optimized, 0) == in GetIsOptimized()
H A DSymbolFileDWARF.cpp1315 dwarf_cu_die.GetAttributeValueAsUnsigned(DW_AT_macros, DW_INVALID_OFFSET); in ParseDebugMacros()
1317 sect_offset = dwarf_cu_die.GetAttributeValueAsUnsigned(DW_AT_GNU_macros, in ParseDebugMacros()
1462 if (die.GetAttributeValueAsUnsigned(DW_AT_virtuality, 0) != 0) in ClassOrStructIsVirtual()
2984 const bool try_resolving_type = type_die.GetAttributeValueAsUnsigned( in FindCompleteObjCDefinitionTypeForDIE()
4065 function_die.GetAttributeValueAsUnsigned(DW_AT_call_all_calls, 0) || in CollectCallEdges()
4066 function_die.GetAttributeValueAsUnsigned(DW_AT_GNU_all_call_sites, 0); in CollectCallEdges()
H A DDWARFDebugInfoEntry.cpp428 uint64_t DWARFDebugInfoEntry::GetAttributeValueAsUnsigned( in GetAttributeValueAsUnsigned() function in DWARFDebugInfoEntry
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h82 bool GetAttributeValueAsUnsigned(const char *name, uint64_t &value,
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp156 bool XMLNode::GetAttributeValueAsUnsigned(const char *name, uint64_t &value, in GetAttributeValueAsUnsigned() function in XMLNode
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2436 die.GetAttributeValueAsUnsigned(DW_AT_encoding, DW_ATE_hi_user); in Evaluate()
2437 bit_size = die.GetAttributeValueAsUnsigned(DW_AT_byte_size, 0) * 8; in Evaluate()
2439 bit_size = die.GetAttributeValueAsUnsigned(DW_AT_bit_size, 0); in Evaluate()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1761 if (!memory_node.GetAttributeValueAsUnsigned("start", start)) in LoadQXferMemoryMap()
1763 if (!memory_node.GetAttributeValueAsUnsigned("length", length)) in LoadQXferMemoryMap()