Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
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/
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/
DMCXCOFFStreamer.cpp126 const size_t ContentsSize = DF->getContents().size(); in emitInstToData() local
129 Fixup.setOffset(Fixup.getOffset() + ContentsSize); in emitInstToData()
DMCELFStreamer.cpp858 const size_t ContentsSize = calculateContentSize(AttrsVec); in createAttributesSection() local
860 emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in createAttributesSection()
865 emitInt32(TagHeaderSize + ContentsSize); in createAttributesSection()