Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp48 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 DDWARFBaseDIE.h107 uint64_t GetAttributeValueAsUnsigned(const dw_attr_t attr,
H A DDWARFDebugInfoEntry.h66 uint64_t GetAttributeValueAsUnsigned(
H A DDWARFASTParserClang.cpp100 if (!Die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0)) in IsClangModuleFwdDecl()
601 encoding_die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0) == 1) { in ParseTypeModifier()
665 if (target_die.GetAttributeValueAsUnsigned(DW_AT_APPLE_block, 0)) { in ParseTypeModifier()
2035 die.GetAttributeValueAsUnsigned(DW_AT_byte_size, 0) * 8; in CompleteRecordType()
2327 parent_die.GetAttributeValueAsUnsigned(DW_AT_byte_size, UINT64_MAX); in ParseSingleMember()
2666 parent_die.GetAttributeValueAsUnsigned(DW_AT_byte_size, in ParseSingleMember()
3387 die.GetAttributeValueAsUnsigned(DW_AT_export_symbols, 0) != 0; in ResolveNamespaceDIE()
3486 if (src_die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0) == 1) { in CopyUniqueClassMethodTypes()
3490 if (src_die.GetAttributeValueAsUnsigned(DW_AT_artificial, 0)) in CopyUniqueClassMethodTypes()
3504 if (dst_die.GetAttributeValueAsUnsigned(DW_AT_declaration, 0) == 1) { in CopyUniqueClassMethodTypes()
[all …]
H A DSymbolFileDWARF.cpp711 cu_die.GetAttributeValueAsUnsigned(DW_AT_language, 0)); in ParseCompileUnit()
1115 dwarf_cu_die.GetAttributeValueAsUnsigned(DW_AT_macros, DW_INVALID_OFFSET); in ParseDebugMacros()
1117 sect_offset = dwarf_cu_die.GetAttributeValueAsUnsigned(DW_AT_GNU_macros, in ParseDebugMacros()
1260 if (die.GetAttributeValueAsUnsigned(DW_AT_virtuality, 0) != 0) in ClassOrStructIsVirtual()
1604 cu_die.GetAttributeValueAsUnsigned(&dwarf_cu, DW_AT_GNU_dwo_id, 0); in GetDWOId()
1606 dwo_id = cu_die.GetAttributeValueAsUnsigned(&dwarf_cu, DW_AT_dwo_id, 0); in GetDWOId()
2644 try_resolving_type = type_die.GetAttributeValueAsUnsigned( in FindCompleteObjCDefinitionTypeForDIE()
3600 function_die.GetAttributeValueAsUnsigned(DW_AT_call_all_calls, 0) || in CollectCallEdges()
3601 function_die.GetAttributeValueAsUnsigned(DW_AT_GNU_all_call_sites, 0); in CollectCallEdges()
H A DDebugNamesDWARFIndex.cpp178 if (die.GetAttributeValueAsUnsigned(DW_AT_APPLE_objc_complete_type, 0)) { in GetCompleteObjCClass()
H A DDWARFUnit.cpp692 m_language_type = die->GetAttributeValueAsUnsigned(this, DW_AT_language, 0); in GetDWARFLanguageType()
701 if (die->GetAttributeValueAsUnsigned(this, DW_AT_APPLE_optimized, 0) == in GetIsOptimized()
H A DDWARFDebugInfoEntry.cpp538 uint64_t DWARFDebugInfoEntry::GetAttributeValueAsUnsigned( in GetAttributeValueAsUnsigned() function in DWARFDebugInfoEntry
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h82 bool GetAttributeValueAsUnsigned(const char *name, uint64_t &value,
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp154 bool XMLNode::GetAttributeValueAsUnsigned(const char *name, uint64_t &value, in GetAttributeValueAsUnsigned() function in XMLNode
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2480 die.GetAttributeValueAsUnsigned(DW_AT_encoding, DW_ATE_hi_user); in Evaluate()
2481 bit_size = die.GetAttributeValueAsUnsigned(DW_AT_byte_size, 0) * 8; in Evaluate()
2483 bit_size = die.GetAttributeValueAsUnsigned(DW_AT_bit_size, 0); in Evaluate()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1717 if (!memory_node.GetAttributeValueAsUnsigned("start", start)) in LoadQXferMemoryMap()
1719 if (!memory_node.GetAttributeValueAsUnsigned("length", length)) in LoadQXferMemoryMap()