Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h122 static constexpr size_t serializedSize() { in serializedSize() function
219 static constexpr size_t serializedSize() { in serializedSize() function
269 size_t serializedSize() const { in serializedSize() function
272 PortableMemInfoBlock::serializedSize(); // The size of the payload. in serializedSize()
350 size_t serializedSize() const { in serializedSize() function
353 Result += N.serializedSize(); in serializedSize()
526 offset_type M = V.serializedSize(); in EmitKeyDataLength()
569 offset_type M = V.serializedSize(); in EmitKeyDataLength()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProf.cpp55 Ptr += PortableMemInfoBlock::serializedSize(); in deserialize()