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.h91 struct PortableMemInfoBlock { struct
93 explicit PortableMemInfoBlock(const MemInfoBlock &Block, in PortableMemInfoBlock() function
102 PortableMemInfoBlock(const MemProfSchema &Schema, const unsigned char *Ptr) { in PortableMemInfoBlock() argument
108 void deserialize(const MemProfSchema &IncomingSchema, in deserialize()
132 void serialize(const MemProfSchema &Schema, raw_ostream &OS) const { in serialize()
151 void printYAML(raw_ostream &OS) const { in printYAML()
189 void clear() { *this = PortableMemInfoBlock(); } in clear() argument
228 friend struct yaml::CustomMappingTraits<memprof::PortableMemInfoBlock>; argument