Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.cpp102 const size_t ContentsSize = calculateContentSize(); in finishAttributeSection()
136 size_t CSKYTargetELFStreamer::calculateContentSize() const { in calculateContentSize() function in CSKYTargetELFStreamer
H A DCSKYELFStreamer.h92 size_t calculateContentSize() const;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp584 size_t MCELFStreamer::calculateContentSize( in calculateContentSize() function in MCELFStreamer
637 const size_t ContentsSize = calculateContentSize(AttrsVec); in createAttributesSection()
700 const size_t ContentsSize = calculateContentSize(SubSection.Content); in createAttributesWithSubsection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFStreamer.h135 size_t calculateContentSize(SmallVector<AttributeItem, 64> &AttrsVec) const;