Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp46 uint16_t form = AbbrevDecl->getFormByIndex(i); in dump()
116 form = AbbrevDecl->getFormByIndex(i); in extractFast()
234 uint16_t form = AbbrevDecl->getFormByIndex(i); in extract()
358 DWARFFormValue::skipValue(AbbrevDecl->getFormByIndex(idx++), in getAttributeValue()
362 form_value = DWARFFormValue(AbbrevDecl->getFormByIndex(idx)); in getAttributeValue()
DDWARFAbbreviationDeclaration.h38 uint16_t getFormByIndex(uint32_t idx) const { in getFormByIndex() function