Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h42 uint16_t getFormByIndex(uint32_t idx) const { in getFormByIndex() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp251 DWARFFormValue::skipValue(AbbrevDecl->getFormByIndex(i), in getAttributeValue()
255 FormValue = DWARFFormValue(AbbrevDecl->getFormByIndex(AttrIdx)); in getAttributeValue()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2011 DWARFFormValue::skipValue(Abbrev->getFormByIndex(i), Data, &Offset, &Unit); in getAttributeOffsets()
2014 DWARFFormValue::skipValue(Abbrev->getFormByIndex(Idx), Data, &End, &Unit); in getAttributeOffsets()