Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp751 const size_t TagHeaderSize = 1 + 4; in createAttributesSection() local
755 emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in createAttributesSection()
760 emitInt32(TagHeaderSize + ContentsSize); in createAttributesSection()