Home
last modified time | relevance | path

Searched refs:TagHeaderSize (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.cpp99 const size_t TagHeaderSize = 1 + 4; in finishAttributeSection() local
103 Streamer.emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in finishAttributeSection()
108 Streamer.emitInt32(TagHeaderSize + ContentsSize); in finishAttributeSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp855 const size_t TagHeaderSize = 1 + 4; in createAttributesSection() local
859 emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in createAttributesSection()
864 emitInt32(TagHeaderSize + ContentsSize); in createAttributesSection()