Searched refs:ContentsSize (Results 1 – 4 of 4) sorted by relevance
178 template<unsigned ContentsSize>180 SmallVector<char, ContentsSize> Contents;195 template<unsigned ContentsSize, unsigned FixupsSize>197 public MCEncodedFragmentWithContents<ContentsSize> {205 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions) {} in MCEncodedFragmentWithFixups()
154 const size_t ContentsSize = DF->getContents().size(); in emitInstToData() local157 Fixup.setOffset(Fixup.getOffset() + ContentsSize); in emitInstToData()
753 const size_t ContentsSize = calculateContentSize(AttrsVec); in createAttributesSection() local755 emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in createAttributesSection()760 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()