Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h58 static std::optional<uint8_t> GetFixedSize(dw_form_t form,
60 std::optional<uint8_t> GetFixedSize() const;
H A DDWARFFormValue.cpp191 std::optional<uint8_t> DWARFFormValue::GetFixedSize(dw_form_t form, in GetFixedSize() function in DWARFFormValue
200 std::optional<uint8_t> DWARFFormValue::GetFixedSize() const { in GetFixedSize() function in DWARFFormValue
201 return GetFixedSize(m_form, m_unit); in GetFixedSize()
H A DDWARFDebugInfoEntry.cpp81 DWARFFormValue::GetFixedSize(form, cu); in Extract()
456 DWARFFormValue::GetFixedSize(form, cu); in GetAttributes()