Searched refs:FixedSize (Results 1 – 8 of 8) sorted by relevance
50 if (Optional<size_t> FixedSize = AbbrevDecl->getFixedAttributesByteSize(U)) { in extractFast() local51 *OffsetPtr += *FixedSize; in extractFast()58 if (auto FixedSize = AttrSpec.getByteSize(U)) { in extractFast() local60 *OffsetPtr += *FixedSize; in extractFast()
176 if (auto FixedSize = Spec.getByteSize(U)) in getAttributeValue() local177 Offset += *FixedSize; in getAttributeValue()
144 if (Optional<uint8_t> FixedSize = in skipValue() local146 *OffsetPtr += *FixedSize; in skipValue()
85 field bit FixedSize = 0;169 let TSFlags{40} = FixedSize;
200 let FixedSize = 1;216 let FixedSize = 1;324 let FixedSize = 1;359 let FixedSize = 1;424 let FixedSize = 1;
829 let FixedSize = 1;
437 if (Optional<uint8_t> FixedSize = dwarf::getFixedFormByteSize(Form, Params)) in SizeOf() local438 return *FixedSize; in SizeOf()
377 static const unsigned char FixedSize[] = { 8, 16, 32, 64, 32, 64 }; in GetCFNumberSize() local380 return FixedSize[i-1]; in GetCFNumberSize()