Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProf.cpp34 Size += PortableMemInfoBlock::serializedSize(Schema); in serializedSizeV0()
44 Size += PortableMemInfoBlock::serializedSize(Schema); in serializedSizeV2()
54 Size += PortableMemInfoBlock::serializedSize(Schema); in serializedSizeV3()
234 Ptr += PortableMemInfoBlock::serializedSize(Schema); in deserializeV0()
272 Ptr += PortableMemInfoBlock::serializedSize(Schema); in deserializeV2()
304 Ptr += PortableMemInfoBlock::serializedSize(Schema); in deserializeV3()
/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h61 struct PortableMemInfoBlock { struct
62 PortableMemInfoBlock() = default;
63 explicit PortableMemInfoBlock(const MemInfoBlock &Block, in PortableMemInfoBlock() argument
72 PortableMemInfoBlock(const MemProfSchema &Schema, const unsigned char *Ptr) { in PortableMemInfoBlock() function
150 void clear() { *this = PortableMemInfoBlock(); } in clear() argument
152 bool operator==(const PortableMemInfoBlock &Other) const {
165 bool operator!=(const PortableMemInfoBlock &Other) const {
349 PortableMemInfoBlock Info;
381 PortableMemInfoBlock Info;