Home
last modified time | relevance | path

Searched refs:GetAttributeValueAsAddress (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp56 uint64_t DWARFBaseDIE::GetAttributeValueAsAddress(const dw_attr_t attr, in GetAttributeValueAsAddress() function in DWARFBaseDIE
59 return m_die->GetAttributeValueAsAddress(GetCU(), attr, fail_value); in GetAttributeValueAsAddress()
H A DDWARFBaseDIE.h110 uint64_t GetAttributeValueAsAddress(const dw_attr_t attr,
H A DDWARFDebugInfoEntry.h74 uint64_t GetAttributeValueAsAddress(
H A DDWARFDebugInfoEntry.cpp563 uint64_t DWARFDebugInfoEntry::GetAttributeValueAsAddress( in GetAttributeValueAsAddress() function in DWARFDebugInfoEntry
605 lo_pc = GetAttributeValueAsAddress(cu, DW_AT_low_pc, fail_value, in GetAttributeAddressRange()