Home
last modified time | relevance | path

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

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