Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DMemProf.h122 static constexpr size_t serializedSize() { in serializedSize() function
215 static constexpr size_t serializedSize() { in serializedSize() function
265 size_t serializedSize() const { in serializedSize() function
268 PortableMemInfoBlock::serializedSize(); // The size of the payload. in serializedSize()
346 size_t serializedSize() const { in serializedSize() function
349 Result += N.serializedSize(); in serializedSize()
519 offset_type M = V.serializedSize(); in EmitKeyDataLength()
557 offset_type M = V.serializedSize(); in EmitKeyDataLength()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DMemProf.cpp52 Ptr += PortableMemInfoBlock::serializedSize(); in deserialize()