| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDIE.cpp | 325 unsigned key = GetAttributeValueAsUnsigned(DW_AT_LLVM_ptrauth_key, 0); in AppendTypeName() 326 bool isAddressDiscriminated = GetAttributeValueAsUnsigned( in AppendTypeName() 329 GetAttributeValueAsUnsigned(DW_AT_LLVM_ptrauth_extra_discriminator, 0); in AppendTypeName() 331 GetAttributeValueAsUnsigned(DW_AT_LLVM_ptrauth_isa_pointer, 0); in AppendTypeName() 332 bool authenticatesNullValues = GetAttributeValueAsUnsigned( in AppendTypeName() 335 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 | DWARFUnit.cpp | 708 die.GetAttributeValueAsUnsigned(DW_AT_encoding, DW_ATE_hi_user); in GetDIEBitSizeAndSign() 709 uint64_t bit_size = die.GetAttributeValueAsUnsigned(DW_AT_byte_size, 0) * 8; in GetDIEBitSizeAndSign() 711 bit_size = die.GetAttributeValueAsUnsigned(DW_AT_bit_size, 0); in GetDIEBitSizeAndSign() 876 m_language_type = die->GetAttributeValueAsUnsigned(this, DW_AT_language, 0); in GetDWARFLanguageType() 885 if (die->GetAttributeValueAsUnsigned(this, DW_AT_APPLE_optimized, 0) == in GetIsOptimized()
|
| H A D | DWARFBaseDIE.h | 110 uint64_t GetAttributeValueAsUnsigned(const dw_attr_t attr,
|
| H A D | DWARFASTParserClang.cpp | 98 if (!Die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0)) in IsClangModuleFwdDecl() 216 if (!object_pointer.GetAttributeValueAsUnsigned(DW_AT_artificial, 0)) in GetObjectParameter() 657 return die.GetAttributeValueAsUnsigned(Attr, defaultValue); in GetPtrAuthMofidierPayload() 742 encoding_die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0) == 1) { in ParseTypeModifier() 810 if (target_die.GetAttributeValueAsUnsigned(DW_AT_APPLE_block, 0)) { in ParseTypeModifier() 2162 if (die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0)) in CompleteRecordType() 2205 static_cast<LanguageType>(die.GetAttributeValueAsUnsigned( in CompleteRecordType() 2237 die.GetAttributeValueAsUnsigned(DW_AT_byte_size, 0) * 8; in CompleteRecordType() 2239 die.GetAttributeValueAsUnsigned(llvm::dwarf::DW_AT_alignment, 0) * 8; in CompleteRecordType() 2951 parent_die.GetAttributeValueAsUnsigned(DW_AT_byte_size, UINT64_MAX); in ParseSingleMember() [all …]
|
| H A D | DWARFDebugInfoEntry.h | 89 GetAttributeValueAsUnsigned(const DWARFUnit *cu, const dw_attr_t attr,
|
| H A D | DebugNamesDWARFIndex.cpp | 163 die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0)) in ProcessEntry() 275 if (die.GetAttributeValueAsUnsigned(DW_AT_APPLE_objc_complete_type, 0)) { in GetCompleteObjCClass()
|
| H A D | SymbolFileDWARF.cpp | 1320 dwarf_cu_die.GetAttributeValueAsUnsigned(DW_AT_macros, DW_INVALID_OFFSET); in ParseDebugMacros() 1322 sect_offset = dwarf_cu_die.GetAttributeValueAsUnsigned(DW_AT_GNU_macros, in ParseDebugMacros() 1408 if (die.GetAttributeValueAsUnsigned(DW_AT_virtuality, 0) != 0) in ClassOrStructIsVirtual() 2936 const bool try_resolving_type = type_die.GetAttributeValueAsUnsigned( in FindCompleteObjCDefinitionTypeForDIE() 2966 if (!die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0)) in FindDefinitionDIE() 3960 function_die.GetAttributeValueAsUnsigned(DW_AT_call_all_calls, 0) || in CollectCallEdges() 3961 function_die.GetAttributeValueAsUnsigned(DW_AT_GNU_all_call_sites, 0); in CollectCallEdges()
|
| H A D | DWARFDebugInfoEntry.cpp | 452 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/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 1793 if (!memory_node.GetAttributeValueAsUnsigned("start", start)) in LoadQXferMemoryMap() 1795 if (!memory_node.GetAttributeValueAsUnsigned("length", length)) in LoadQXferMemoryMap()
|