Searched refs:ContentsSize (Results 1 – 2 of 2) sorted by relevance
179 template<unsigned ContentsSize>181 SmallVector<char, ContentsSize> Contents;197 template<unsigned ContentsSize, unsigned FixupsSize>199 public MCEncodedFragmentWithContents<ContentsSize> {208 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions,
975 const size_t ContentsSize = calculateContentSize(); in finishAttributeSection() local977 Streamer.EmitIntValue(VendorHeaderSize + TagHeaderSize + ContentsSize, 4); in finishAttributeSection()982 Streamer.EmitIntValue(TagHeaderSize + ContentsSize, 4); in finishAttributeSection()