Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp90 const size_t TagHeaderSize = 1 + 4; in finishAttributeSection() local
94 Streamer.emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in finishAttributeSection()
99 Streamer.emitInt32(TagHeaderSize + ContentsSize); in finishAttributeSection()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCELFStreamer.cpp856 const size_t TagHeaderSize = 1 + 4; in createAttributesSection() local
860 emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in createAttributesSection()
865 emitInt32(TagHeaderSize + ContentsSize); in createAttributesSection()