Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h49 static std::optional<uint8_t> GetFixedSize(dw_form_t form,
51 std::optional<uint8_t> GetFixedSize() const;
H A DDWARFFormValue.cpp188 std::optional<uint8_t> DWARFFormValue::GetFixedSize(dw_form_t form, in GetFixedSize() function in DWARFFormValue
197 std::optional<uint8_t> DWARFFormValue::GetFixedSize() const { in GetFixedSize() function in DWARFFormValue
198 return GetFixedSize(m_form, m_unit); in GetFixedSize()
H A DDWARFDebugInfoEntry.cpp345 DWARFFormValue::GetFixedSize(form, cu); in GetAttributes()