Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h61 struct PortableMemInfoBlock { struct
63 explicit PortableMemInfoBlock(const MemInfoBlock &Block, in PortableMemInfoBlock() argument
72 PortableMemInfoBlock(const MemProfSchema &Schema, const unsigned char *Ptr) { in PortableMemInfoBlock() argument
78 void deserialize(const MemProfSchema &IncomingSchema, in deserialize()
102 void serialize(const MemProfSchema &Schema, raw_ostream &OS) const { in serialize()
121 void printYAML(raw_ostream &OS) const { in printYAML()
150 void clear() { *this = PortableMemInfoBlock(); } in clear() argument
169 static size_t serializedSize(const MemProfSchema &Schema) { in serializedSize()