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.h114 uint64_t GetAttributeValueAsAddress(const dw_attr_t attr,
H A DDWARFDebugInfoEntry.h85 uint64_t GetAttributeValueAsAddress(
H A DDWARFDebugInfoEntry.cpp461 uint64_t DWARFDebugInfoEntry::GetAttributeValueAsAddress( in GetAttributeValueAsAddress() function in DWARFDebugInfoEntry
503 lo_pc = GetAttributeValueAsAddress(cu, DW_AT_low_pc, fail_value, in GetAttributeAddressRange()