Searched refs:PortableMemInfoBlock (Results 1 – 4 of 4) sorted by relevance
31 struct PortableMemInfoBlock { struct32 PortableMemInfoBlock() = default;33 explicit PortableMemInfoBlock(const MemInfoBlock &Block) { in PortableMemInfoBlock() function39 PortableMemInfoBlock(const MemProfSchema &Schema, const unsigned char *Ptr) { in PortableMemInfoBlock() function98 void clear() { *this = PortableMemInfoBlock(); } in clear() argument109 bool operator==(const PortableMemInfoBlock &Other) const { argument118 bool operator!=(const PortableMemInfoBlock &Other) const {258 PortableMemInfoBlock Info;268 PortableMemInfoBlock::serializedSize(); // The size of the payload. in serializedSize()296 PortableMemInfoBlock Info;
35 using ::llvm::memprof::PortableMemInfoBlock;247 PortableMemInfoBlock WriteBlock(Info); in TEST()254 PortableMemInfoBlock ReadBlock( in TEST()
52 Ptr += PortableMemInfoBlock::serializedSize(); in deserialize()
425 auto Schema = memprof::PortableMemInfoBlock::getSchema(); in writeImpl()