Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DDWARFExpression.cpp673 lldb::addr_t begin_addr_offset = m_data.GetAddress(&offset); in GetDescription() local
675 if (begin_addr_offset < end_addr_offset) in GetDescription()
679 … VMRange addr_range(curr_base_addr + begin_addr_offset, curr_base_addr + end_addr_offset); in GetDescription()
687 else if (begin_addr_offset == 0 && end_addr_offset == 0) in GetDescription()
694 if ((m_data.GetAddressByteSize() == 4 && (begin_addr_offset == UINT32_MAX)) || in GetDescription()
695 (m_data.GetAddressByteSize() == 8 && (begin_addr_offset == UINT64_MAX))) in GetDescription()