Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFAbbreviationDeclaration.h42 uint16_t getFormByIndex(uint32_t idx) const { in getFormByIndex() function
/NextBSD/contrib/llvm/lib/DebugInfo/DWARF/
HDDWARFDebugInfoEntry.cpp251 DWARFFormValue::skipValue(AbbrevDecl->getFormByIndex(i), in getAttributeValue()
255 FormValue = DWARFFormValue(AbbrevDecl->getFormByIndex(AttrIdx)); in getAttributeValue()