| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFBaseDIE.cpp | 50 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 D | DWARFDIE.cpp | 312 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 D | DWARFBaseDIE.h | 110 uint64_t GetAttributeValueAsUnsigned(const dw_attr_t attr,
|
| H A D | DWARFDebugInfoEntry.h | 73 uint64_t GetAttributeValueAsUnsigned(
|
| H A D | DWARFASTParserClang.cpp | 93 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 D | DebugNamesDWARFIndex.cpp | 205 if (die.GetAttributeValueAsUnsigned(DW_AT_APPLE_objc_complete_type, 0)) { in GetCompleteObjCClass()
|
| H A D | DWARFUnit.cpp | 781 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 D | SymbolFileDWARF.cpp | 1315 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 D | DWARFDebugInfoEntry.cpp | 428 uint64_t DWARFDebugInfoEntry::GetAttributeValueAsUnsigned( in GetAttributeValueAsUnsigned() function in DWARFDebugInfoEntry
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | XML.h | 82 bool GetAttributeValueAsUnsigned(const char *name, uint64_t &value,
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 2436 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 D | GDBRemoteCommunicationClient.cpp | 1761 if (!memory_node.GetAttributeValueAsUnsigned("start", start)) in LoadQXferMemoryMap() 1763 if (!memory_node.GetAttributeValueAsUnsigned("length", length)) in LoadQXferMemoryMap()
|