Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFAbbreviationDeclaration.h37 …yIndex(uint32_t idx) const { return m_attributes.size() > idx ? m_attributes[idx].get_form() : 0; } in GetFormByIndex()
56 return m_attributes[idx].get_form(); in GetFormByIndexUnchecked()
DDWARFAttribute.h28 dw_form_t get_form() const { return (dw_form_t)m_attr_form; } in get_form() function