Searched refs:GetFixedSize (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h57 static llvm::Optional<uint8_t> GetFixedSize(dw_form_t form,
59 llvm::Optional<uint8_t> GetFixedSize() const;
H A DDWARFFormValue.cpp190 DWARFFormValue::GetFixedSize(dw_form_t form, const DWARFUnit *u) { function in class:DWARFFormValue
198 llvm::Optional<uint8_t> DWARFFormValue::GetFixedSize() const { function in class:DWARFFormValue
199 return GetFixedSize(m_form, m_unit);
H A DDWARFDebugInfoEntry.cpp73 DWARFFormValue::GetFixedSize(form, cu);
581 llvm::Optional<uint8_t> fixed_skip_size = DWARFFormValue::GetFixedSize(form, cu);
H A DSymbolFileDWARF.cpp3297 if (auto data_length = form_value.GetFixedSize())
3316 if (auto data_length = form_value.GetFixedSize())

Completed in 185 milliseconds