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.cpp100 const size_t TagHeaderSize = 1 + 4; in finishAttributeSection() local
104 Streamer.emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in finishAttributeSection()
109 Streamer.emitInt32(TagHeaderSize + ContentsSize); in finishAttributeSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp635 const size_t TagHeaderSize = 1 + 4; in createAttributesSection() local
639 emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in createAttributesSection()
644 emitInt32(TagHeaderSize + ContentsSize); in createAttributesSection()