Home
last modified time | relevance | path

Searched refs:GetAttributeValueAsOptionalUnsigned (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp55 DWARFBaseDIE::GetAttributeValueAsOptionalUnsigned(const dw_attr_t attr) const { in GetAttributeValueAsOptionalUnsigned() function in DWARFBaseDIE
57 return m_die->GetAttributeValueAsOptionalUnsigned(GetCU(), attr); in GetAttributeValueAsOptionalUnsigned()
H A DDWARFBaseDIE.h114 GetAttributeValueAsOptionalUnsigned(const dw_attr_t attr) const;
H A DDWARFDebugInfoEntry.h93 std::optional<uint64_t> GetAttributeValueAsOptionalUnsigned(
H A DDWARFDebugInfoEntry.cpp462 DWARFDebugInfoEntry::GetAttributeValueAsOptionalUnsigned( in GetAttributeValueAsOptionalUnsigned() function in DWARFDebugInfoEntry
621 !GetAttributeValueAsOptionalUnsigned(cu, DW_AT_declaration)) { in BuildFunctionAddressRangeTable()
H A DSymbolFileDWARF.cpp1746 cu_die.GetAttributeValueAsOptionalUnsigned(&dwarf_cu, DW_AT_GNU_dwo_id); in GetDWOId()
1749 return cu_die.GetAttributeValueAsOptionalUnsigned(&dwarf_cu, DW_AT_dwo_id); in GetDWOId()
H A DDWARFASTParserClang.cpp2600 die.GetAttributeValueAsOptionalUnsigned(DW_AT_discr_value); in VariantMember()