Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h109 dwarf::Form getFormByIndex(uint32_t idx) const { in getFormByIndex() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp400 DWARFFormValue::SkipValue(abbrevDecl->getFormByIndex(idx++), data, in GetAttributeValue()
405 form_value.SetForm(abbrevDecl->getFormByIndex(idx)); in GetAttributeValue()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp716 AbbrDecl.getFormByIndex(Index), in updateForIndex()
722 AbbrDecl.getFormByIndex(Index), U, &ParseOffset); in updateForIndex()