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.cpp101 const size_t ContentsSize = calculateContentSize(); in finishAttributeSection()
135 size_t CSKYTargetELFStreamer::calculateContentSize() const { in calculateContentSize() function in CSKYTargetELFStreamer
H A DCSKYELFStreamer.h92 size_t calculateContentSize() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFStreamer.h125 size_t calculateContentSize(SmallVector<AttributeItem, 64> &AttrsVec);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp701 MCELFStreamer::calculateContentSize(SmallVector<AttributeItem, 64> &AttrsVec) { in calculateContentSize() function in MCELFStreamer
753 const size_t ContentsSize = calculateContentSize(AttrsVec); in createAttributesSection()