Lines Matching refs:U
22 bool DWARFDebugInfoEntry::extractFast(const DWARFUnit &U, uint64_t *OffsetPtr, in extractFast() argument
28 U.getContext().getWarningHandler()( in extractFast()
33 U.getOffset(), U.getNextUnitOffset(), *OffsetPtr)); in extractFast()
43 const auto *AbbrevSet = U.getAbbreviations(); in extractFast()
45 U.getContext().getWarningHandler()( in extractFast()
49 U.getOffset(), U.getAbbreviationsOffset())); in extractFast()
56 U.getContext().getWarningHandler()( in extractFast()
61 U.getOffset(), AbbrCode, *OffsetPtr, in extractFast()
70 AbbrevDecl->getFixedAttributesByteSize(U)) { in extractFast()
78 if (auto FixedSize = AttrSpec.getByteSize(U)) { in extractFast()
82 OffsetPtr, U.getFormParams())) { in extractFast()
85 U.getContext().getWarningHandler()(createStringError( in extractFast()
89 U.getOffset(), AttrSpec.Form, *OffsetPtr)); in extractFast()