Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp46 uint16_t form = AbbrevDecl->getFormByIndex(i); in dump()
116 form = AbbrevDecl->getFormByIndex(i); in extractFast()
236 uint16_t form = AbbrevDecl->getFormByIndex(i); in extract()
360 DWARFFormValue::skipValue(AbbrevDecl->getFormByIndex(idx++), in getAttributeValue()
364 form_value = DWARFFormValue(AbbrevDecl->getFormByIndex(idx)); in getAttributeValue()
DDWARFAbbreviationDeclaration.h38 uint16_t getFormByIndex(uint32_t idx) const { in getFormByIndex() function
/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.cpp2068 DWARFFormValue::skipValue(Abbrev->getFormByIndex(i), Data, &Offset, &Unit); in getAttributeOffsets()
2071 DWARFFormValue::skipValue(Abbrev->getFormByIndex(Idx), Data, &End, &Unit); in getAttributeOffsets()