Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp61 uint64_t DWARFBaseDIE::GetAttributeValueAsAddress(const dw_attr_t attr, in GetAttributeValueAsAddress() function in DWARFBaseDIE
64 return m_die->GetAttributeValueAsAddress(GetCU(), attr, fail_value); in GetAttributeValueAsAddress()
H A DDWARFBaseDIE.h116 uint64_t GetAttributeValueAsAddress(const dw_attr_t attr,
H A DDWARFDebugInfoEntry.h102 GetAttributeValueAsAddress(const DWARFUnit *cu, const dw_attr_t attr,
H A DDWARFDebugInfoEntry.cpp484 uint64_t DWARFDebugInfoEntry::GetAttributeValueAsAddress( in GetAttributeValueAsAddress() function in DWARFDebugInfoEntry
526 lo_pc = GetAttributeValueAsAddress(cu, DW_AT_low_pc, fail_value, in GetAttributeAddressRange()