Home
last modified time | relevance | path

Searched refs:FormSize (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp150 struct FormSize { struct
153 static FormSize g_form_sizes[] = { argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp81 std::optional<uint8_t> FormSize = in extract() local
83 if (!FormSize) in extract()
85 HashDataEntryLength += *FormSize; in extract()