Searched refs:GetFixedSize (Results 1 – 3 of 3) sorted by relevance
58 static std::optional<uint8_t> GetFixedSize(dw_form_t form,60 std::optional<uint8_t> GetFixedSize() const;
191 std::optional<uint8_t> DWARFFormValue::GetFixedSize(dw_form_t form, in GetFixedSize() function in DWARFFormValue200 std::optional<uint8_t> DWARFFormValue::GetFixedSize() const { in GetFixedSize() function in DWARFFormValue201 return GetFixedSize(m_form, m_unit); in GetFixedSize()
81 DWARFFormValue::GetFixedSize(form, cu); in Extract()456 DWARFFormValue::GetFixedSize(form, cu); in GetAttributes()