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

/freebsd-10.2-release/contrib/llvm/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.h41 uint16_t getFormByIndex(uint32_t idx) const { function in class:llvm::DWARFAbbreviationDeclaration
H A DDWARFDebugInfoEntry.cpp46 uint16_t form = AbbrevDecl->getFormByIndex(i);
120 uint16_t Form = AbbrevDecl->getFormByIndex(i);
162 DWARFFormValue::skipValue(AbbrevDecl->getFormByIndex(i),
166 FormValue = DWARFFormValue(AbbrevDecl->getFormByIndex(AttrIdx));

Completed in 86 milliseconds