Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCFragment.h185 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()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp92 const size_t ContentsSize = calculateContentSize(); in finishAttributeSection() local
94 Streamer.emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in finishAttributeSection()
99 Streamer.emitInt32(TagHeaderSize + ContentsSize); in finishAttributeSection()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCXCOFFStreamer.cpp126 const size_t ContentsSize = DF->getContents().size(); in emitInstToData() local
129 Fixup.setOffset(Fixup.getOffset() + ContentsSize); in emitInstToData()
H A DMCELFStreamer.cpp858 const size_t ContentsSize = calculateContentSize(AttrsVec); in createAttributesSection() local
860 emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in createAttributesSection()
865 emitInt32(TagHeaderSize + ContentsSize); in createAttributesSection()
/openbsd-src/gnu/llvm/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()