Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h186 template<unsigned ContentsSize>
188 SmallVector<char, ContentsSize> Contents;
204 template<unsigned ContentsSize, unsigned FixupsSize>
206 public MCEncodedFragmentWithContents<ContentsSize> {
215 : MCEncodedFragmentWithContents<ContentsSize>(FType, HasInstructions, in MCEncodedFragmentWithFixups()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCXCOFFStreamer.cpp151 const size_t ContentsSize = DF->getContents().size(); in emitInstToData() local
154 Fixup.setOffset(Fixup.getOffset() + ContentsSize); in emitInstToData()
H A DMCELFStreamer.cpp857 const size_t ContentsSize = calculateContentSize(AttrsVec); in createAttributesSection() local
859 emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in createAttributesSection()
864 emitInt32(TagHeaderSize + ContentsSize); in createAttributesSection()
/freebsd-14.2/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()