Home
last modified time | relevance | path

Searched refs:ContentsSize (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h178 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()
/src/contrib/llvm-project/llvm/lib/MC/
H A DMCXCOFFStreamer.cpp154 const size_t ContentsSize = DF->getContents().size(); in emitInstToData() local
157 Fixup.setOffset(Fixup.getOffset() + ContentsSize); in emitInstToData()
H A DMCELFStreamer.cpp753 const size_t ContentsSize = calculateContentSize(AttrsVec); in createAttributesSection() local
755 emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in createAttributesSection()
760 emitInt32(TagHeaderSize + ContentsSize); in createAttributesSection()
/src/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.cpp101 const size_t ContentsSize = calculateContentSize(); in finishAttributeSection() local
103 Streamer.emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in finishAttributeSection()
108 Streamer.emitInt32(TagHeaderSize + ContentsSize); in finishAttributeSection()