Searched refs:ContentsSize (Results 1 – 2 of 2) sorted by relevance
187 template<unsigned ContentsSize>189 SmallVector<char, ContentsSize> Contents;205 template<unsigned ContentsSize, unsigned FixupsSize>207 public MCEncodedFragmentWithContents<ContentsSize> {216 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions, in MCEncodedFragmentWithFixups()
1102 const size_t ContentsSize = calculateContentSize(); in finishAttributeSection() local1104 Streamer.EmitIntValue(VendorHeaderSize + TagHeaderSize + ContentsSize, 4); in finishAttributeSection()1109 Streamer.EmitIntValue(TagHeaderSize + ContentsSize, 4); in finishAttributeSection()