Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.h35 dw_form_t GetFormByIndex(uint32_t idx) const { in GetFormByIndex() function
H A DDWARFDebugAbbrev.cpp108 dw_form_t form = abbr_decl.GetFormByIndex(i); in GetUnsupportedForms()
H A DDWARFDebugInfoEntry.cpp885 DWARFFormValue::SkipValue(abbrevDecl->GetFormByIndex(idx++), in GetAttributeValue()
890 form_value.SetForm(abbrevDecl->GetFormByIndex(idx)); in GetAttributeValue()