Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h59 static std::optional<uint8_t> GetFixedSize(dw_form_t form,
61 std::optional<uint8_t> GetFixedSize() const;
H A DDWARFFormValue.cpp190 std::optional<uint8_t> DWARFFormValue::GetFixedSize(dw_form_t form, in GetFixedSize() function in DWARFFormValue
199 std::optional<uint8_t> DWARFFormValue::GetFixedSize() const { in GetFixedSize() function in DWARFFormValue
200 return GetFixedSize(m_form, m_unit); in GetFixedSize()
H A DDWARFDebugInfoEntry.cpp341 DWARFFormValue::GetFixedSize(form, cu); in GetAttributes()