Searched refs:ContentsSize (Results 1 – 5 of 5) sorted by relevance
185 template<unsigned ContentsSize>187 SmallVector<char, ContentsSize> Contents;203 template<unsigned ContentsSize, unsigned FixupsSize>205 public MCEncodedFragmentWithContents<ContentsSize> {214 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions, in MCEncodedFragmentWithFixups()
92 const size_t ContentsSize = calculateContentSize(); in finishAttributeSection() local94 Streamer.emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in finishAttributeSection()99 Streamer.emitInt32(TagHeaderSize + ContentsSize); in finishAttributeSection()
126 const size_t ContentsSize = DF->getContents().size(); in emitInstToData() local129 Fixup.setOffset(Fixup.getOffset() + ContentsSize); in emitInstToData()
858 const size_t ContentsSize = calculateContentSize(AttrsVec); in createAttributesSection() local860 emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in createAttributesSection()865 emitInt32(TagHeaderSize + ContentsSize); in createAttributesSection()
101 const size_t ContentsSize = calculateContentSize(); in finishAttributeSection() local103 Streamer.emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in finishAttributeSection()108 Streamer.emitInt32(TagHeaderSize + ContentsSize); in finishAttributeSection()