| /llvm-project-15.0.7/lldb/unittests/Host/ |
| H A D | XMLTest.cpp | 37 attr_node.GetAttributeValueAsUnsigned(element_name, uint_val, 66, 0), in assertGetElement() 111 EXPECT_FALSE(node.GetAttributeValueAsUnsigned("attribute", uint_val, 66, 0)); in TEST()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFBaseDIE.cpp | 48 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()
|
| H A D | DWARFBaseDIE.h | 107 uint64_t GetAttributeValueAsUnsigned(const dw_attr_t attr,
|
| H A D | DWARFDebugInfoEntry.h | 66 uint64_t GetAttributeValueAsUnsigned(
|
| H A D | DWARFASTParserClang.cpp | 88 if (!Die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0)) in IsClangModuleFwdDecl() 587 encoding_die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0) == 1) { in ParseTypeModifier() 651 if (target_die.GetAttributeValueAsUnsigned(DW_AT_APPLE_block, 0)) { in ParseTypeModifier() 2120 die.GetAttributeValueAsUnsigned(DW_AT_byte_size, 0) * 8; in CompleteRecordType() 2660 parent_die.GetAttributeValueAsUnsigned(DW_AT_byte_size, UINT64_MAX); in ParseSingleMember() 2881 parent_die.GetAttributeValueAsUnsigned(DW_AT_byte_size, UINT64_MAX); in ParseSingleMember() 3369 die.GetAttributeValueAsUnsigned(DW_AT_export_symbols, 0) != 0; in ResolveNamespaceDIE() 3440 if (die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0) != 1) in CopyUniqueClassMethodTypes() 3445 if (die.GetAttributeValueAsUnsigned(DW_AT_artificial, 0)) in CopyUniqueClassMethodTypes()
|
| H A D | DebugNamesDWARFIndex.cpp | 184 if (die.GetAttributeValueAsUnsigned(DW_AT_APPLE_objc_complete_type, 0)) { in GetCompleteObjCClass()
|
| H A D | SymbolFileDWARF.cpp | 1211 dwarf_cu_die.GetAttributeValueAsUnsigned(DW_AT_macros, DW_INVALID_OFFSET); in ParseDebugMacros() 1213 sect_offset = dwarf_cu_die.GetAttributeValueAsUnsigned(DW_AT_GNU_macros, in ParseDebugMacros() 1356 if (die.GetAttributeValueAsUnsigned(DW_AT_virtuality, 0) != 0) in ClassOrStructIsVirtual() 1688 cu_die.GetAttributeValueAsUnsigned(&dwarf_cu, DW_AT_GNU_dwo_id, 0); in GetDWOId() 1690 dwo_id = cu_die.GetAttributeValueAsUnsigned(&dwarf_cu, DW_AT_dwo_id, 0); in GetDWOId() 2739 try_resolving_type = type_die.GetAttributeValueAsUnsigned( in FindCompleteObjCDefinitionTypeForDIE() 3815 function_die.GetAttributeValueAsUnsigned(DW_AT_call_all_calls, 0) || in CollectCallEdges() 3816 function_die.GetAttributeValueAsUnsigned(DW_AT_GNU_all_call_sites, 0); in CollectCallEdges()
|
| H A D | DWARFUnit.cpp | 732 m_language_type = die->GetAttributeValueAsUnsigned(this, DW_AT_language, 0); in GetDWARFLanguageType() 741 if (die->GetAttributeValueAsUnsigned(this, DW_AT_APPLE_optimized, 0) == in GetIsOptimized()
|
| H A D | DWARFDebugInfoEntry.cpp | 539 uint64_t DWARFDebugInfoEntry::GetAttributeValueAsUnsigned( in GetAttributeValueAsUnsigned() function in DWARFDebugInfoEntry
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/ |
| H A D | XML.h | 82 bool GetAttributeValueAsUnsigned(const char *name, uint64_t &value,
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | XML.cpp | 154 bool XMLNode::GetAttributeValueAsUnsigned(const char *name, uint64_t &value, in GetAttributeValueAsUnsigned() function in XMLNode
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 2385 die.GetAttributeValueAsUnsigned(DW_AT_encoding, DW_ATE_hi_user); in Evaluate() 2386 bit_size = die.GetAttributeValueAsUnsigned(DW_AT_byte_size, 0) * 8; in Evaluate() 2388 bit_size = die.GetAttributeValueAsUnsigned(DW_AT_bit_size, 0); in Evaluate()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 1749 if (!memory_node.GetAttributeValueAsUnsigned("start", start)) in LoadQXferMemoryMap() 1751 if (!memory_node.GetAttributeValueAsUnsigned("length", length)) in LoadQXferMemoryMap()
|