Searched refs:GetFixedSize (Results 1 – 3 of 3) sorted by relevance
59 static std::optional<uint8_t> GetFixedSize(dw_form_t form,61 std::optional<uint8_t> GetFixedSize() const;
190 std::optional<uint8_t> DWARFFormValue::GetFixedSize(dw_form_t form, in GetFixedSize() function in DWARFFormValue199 std::optional<uint8_t> DWARFFormValue::GetFixedSize() const { in GetFixedSize() function in DWARFFormValue200 return GetFixedSize(m_form, m_unit); in GetFixedSize()
341 DWARFFormValue::GetFixedSize(form, cu); in GetAttributes()