/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDIE.cpp | 314 unsigned key = GetAttributeValueAsUnsigned(DW_AT_LLVM_ptrauth_key, 0); in AppendTypeName() 315 bool isAddressDiscriminated = GetAttributeValueAsUnsigned( in AppendTypeName() 318 GetAttributeValueAsUnsigned(DW_AT_LLVM_ptrauth_extra_discriminator, 0); in AppendTypeName() 320 GetAttributeValueAsUnsigned(DW_AT_LLVM_ptrauth_isa_pointer, 0); in AppendTypeName() 321 bool authenticatesNullValues = GetAttributeValueAsUnsigned( in AppendTypeName() 324 GetAttributeValueAsUnsigned(DW_AT_LLVM_ptrauth_authentication_mode, 3); in AppendTypeName()
|
H A D | DWARFBaseDIE.cpp | 46 uint64_t DWARFBaseDIE::GetAttributeValueAsUnsigned(const dw_attr_t attr, in GetAttributeValueAsUnsigned() function in DWARFBaseDIE 49 return m_die->GetAttributeValueAsUnsigned(GetCU(), attr, fail_value); in GetAttributeValueAsUnsigned()
|
H A D | DWARFBaseDIE.h | 108 uint64_t GetAttributeValueAsUnsigned(const dw_attr_t attr,
|
H A D | DWARFASTParserClang.cpp | 95 if (!Die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0)) in IsClangModuleFwdDecl() 563 return die.GetAttributeValueAsUnsigned(Attr, defaultValue); in GetPtrAuthMofidierPayload() 648 encoding_die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0) == 1) { in ParseTypeModifier() 716 if (target_die.GetAttributeValueAsUnsigned(DW_AT_APPLE_block, 0)) { in ParseTypeModifier() 2092 if (die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0)) in CompleteRecordType() 2158 die.GetAttributeValueAsUnsigned(DW_AT_byte_size, 0) * 8; in CompleteRecordType() 2161 die.GetAttributeValueAsUnsigned(llvm::dwarf::DW_AT_alignment, 0) * 8; in CompleteRecordType() 2845 parent_die.GetAttributeValueAsUnsigned(DW_AT_byte_size, UINT64_MAX); in ParseSingleMember() 3028 parent_die.GetAttributeValueAsUnsigned(DW_AT_byte_size, UINT64_MAX); in ParseSingleMember() 3520 die.GetAttributeValueAsUnsigned(DW_AT_export_symbols, 0) != 0; in ResolveNamespaceDIE() [all …]
|
H A D | DWARFDebugInfoEntry.h | 73 uint64_t GetAttributeValueAsUnsigned(
|
H A D | DebugNamesDWARFIndex.cpp | 163 die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0)) in ProcessEntry() 280 if (die.GetAttributeValueAsUnsigned(DW_AT_APPLE_objc_complete_type, 0)) { in GetCompleteObjCClass()
|
H A D | DWARFUnit.cpp | 802 m_language_type = die->GetAttributeValueAsUnsigned(this, DW_AT_language, 0); in GetDWARFLanguageType() 811 if (die->GetAttributeValueAsUnsigned(this, DW_AT_APPLE_optimized, 0) == in GetIsOptimized()
|
H A D | SymbolFileDWARF.cpp | 1322 dwarf_cu_die.GetAttributeValueAsUnsigned(DW_AT_macros, DW_INVALID_OFFSET); in ParseDebugMacros() 1324 sect_offset = dwarf_cu_die.GetAttributeValueAsUnsigned(DW_AT_GNU_macros, in ParseDebugMacros() 1469 if (die.GetAttributeValueAsUnsigned(DW_AT_virtuality, 0) != 0) in ClassOrStructIsVirtual() 3048 const bool try_resolving_type = type_die.GetAttributeValueAsUnsigned( in FindCompleteObjCDefinitionTypeForDIE() 3078 if (!die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0)) in FindDefinitionDIE() 4046 function_die.GetAttributeValueAsUnsigned(DW_AT_call_all_calls, 0) || in CollectCallEdges() 4047 function_die.GetAttributeValueAsUnsigned(DW_AT_GNU_all_call_sites, 0); in CollectCallEdges()
|
H A D | DWARFDebugInfoEntry.cpp | 426 uint64_t DWARFDebugInfoEntry::GetAttributeValueAsUnsigned( in GetAttributeValueAsUnsigned() function in DWARFDebugInfoEntry
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | XML.h | 82 bool GetAttributeValueAsUnsigned(const char *name, uint64_t &value,
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | XML.cpp | 156 bool XMLNode::GetAttributeValueAsUnsigned(const char *name, uint64_t &value, in GetAttributeValueAsUnsigned() function in XMLNode
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 2110 die.GetAttributeValueAsUnsigned(DW_AT_encoding, DW_ATE_hi_user); in Evaluate() 2111 bit_size = die.GetAttributeValueAsUnsigned(DW_AT_byte_size, 0) * 8; in Evaluate() 2113 bit_size = die.GetAttributeValueAsUnsigned(DW_AT_bit_size, 0); in Evaluate()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClient.cpp | 1773 if (!memory_node.GetAttributeValueAsUnsigned("start", start)) in LoadQXferMemoryMap() 1775 if (!memory_node.GetAttributeValueAsUnsigned("length", length)) in LoadQXferMemoryMap()
|