Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h58 static llvm::Optional<uint8_t> GetFixedSize(dw_form_t form,
60 llvm::Optional<uint8_t> GetFixedSize() const;
H A DDWARFFormValue.cpp191 DWARFFormValue::GetFixedSize(dw_form_t form, const DWARFUnit *u) { in GetFixedSize() function in DWARFFormValue
199 llvm::Optional<uint8_t> DWARFFormValue::GetFixedSize() const { in GetFixedSize() function in DWARFFormValue
200 return GetFixedSize(m_form, m_unit); in GetFixedSize()
H A DDWARFDebugInfoEntry.cpp78 DWARFFormValue::GetFixedSize(form, cu); in Extract()
450 llvm::Optional<uint8_t> fixed_skip_size = DWARFFormValue::GetFixedSize(form, cu); in GetAttributes()