Home
last modified time | relevance | path

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

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