Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DMemProf.h32 struct PortableMemInfoBlock { struct
34 explicit PortableMemInfoBlock(const MemInfoBlock &Block) { in PortableMemInfoBlock() function
40 PortableMemInfoBlock(const MemProfSchema &Schema, const unsigned char *Ptr) { in PortableMemInfoBlock() argument
46 void deserialize(const MemProfSchema &Schema, const unsigned char *Ptr) { in deserialize()
66 void serialize(const MemProfSchema &Schema, raw_ostream &OS) const { in serialize()
99 void clear() { *this = PortableMemInfoBlock(); } in clear() argument
110 bool operator==(const PortableMemInfoBlock &Other) const { argument
123 static constexpr size_t serializedSize() { in serializedSize()