Lines Matching refs:MemProfSchema
13 MemProfSchema getFullSchema() { in getFullSchema()
14 MemProfSchema List; in getFullSchema()
21 MemProfSchema getHotColdSchema() { in getHotColdSchema()
27 const MemProfSchema &Schema) { in serializedSizeV0()
39 const MemProfSchema &Schema) { in serializedSizeV2()
49 const MemProfSchema &Schema) { in serializedSizeV3()
58 size_t IndexedAllocationInfo::serializedSize(const MemProfSchema &Schema, in serializedSize()
73 const MemProfSchema &Schema) { in serializedSizeV0()
90 const MemProfSchema &Schema) { in serializedSizeV2()
104 const MemProfSchema &Schema) { in serializedSizeV3()
117 size_t IndexedMemProfRecord::serializedSize(const MemProfSchema &Schema, in serializedSize()
132 const MemProfSchema &Schema, raw_ostream &OS) { in serializeV0()
155 const MemProfSchema &Schema, raw_ostream &OS) { in serializeV2()
173 const IndexedMemProfRecord &Record, const MemProfSchema &Schema, in serializeV3()
196 const MemProfSchema &Schema, raw_ostream &OS, IndexedVersion Version, in serialize()
214 static IndexedMemProfRecord deserializeV0(const MemProfSchema &Schema, in deserializeV0()
258 static IndexedMemProfRecord deserializeV2(const MemProfSchema &Schema, in deserializeV2()
289 static IndexedMemProfRecord deserializeV3(const MemProfSchema &Schema, in deserializeV3()
326 IndexedMemProfRecord::deserialize(const MemProfSchema &Schema, in deserialize()
376 Expected<MemProfSchema> readMemProfSchema(const unsigned char *&Buffer) { in readMemProfSchema()
387 MemProfSchema Result; in readMemProfSchema()