Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.h30 dw_form_t GetFormByIndex(uint32_t idx) const { in GetFormByIndex() function
H A DDWARFDebugAbbrev.cpp77 dw_form_t form = abbr_decl.GetFormByIndex(i); in GetUnsupportedForms()
H A DDWARFDebugInfoEntry.cpp481 DWARFFormValue::SkipValue(abbrevDecl->GetFormByIndex(idx++), in GetAttributeValue()
486 form_value.SetForm(abbrevDecl->GetFormByIndex(idx)); in GetAttributeValue()