Lines Matching defs:Schema
442 // Serialize Schema.
444 const memprof::MemProfSchema &Schema) {
445 OS.write(static_cast<uint64_t>(Schema.size()));
446 for (const auto Id : Schema)
455 memprof::MemProfSchema *Schema, memprof::IndexedVersion Version,
458 memprof::RecordWriterTrait RecordWriter(Schema, Version,
591 // uint64_t Schema entry 0
592 // uint64_t Schema entry 1
594 // uint64_t Schema entry N - 1
604 auto Schema = memprof::getFullSchema();
605 writeMemProfSchema(OS, Schema);
608 writeMemProfRecords(OS, MemProfData.Records, &Schema, memprof::Version0);
625 // uint64_t Schema entry 0
626 // uint64_t Schema entry 1
628 // uint64_t Schema entry N - 1
639 auto Schema = memprof::getFullSchema();
640 writeMemProfSchema(OS, Schema);
643 writeMemProfRecords(OS, MemProfData.Records, &Schema, memprof::Version1);
662 // uint64_t Schema entry 0
663 // uint64_t Schema entry 1
665 // uint64_t Schema entry N - 1
680 auto Schema = memprof::getHotColdSchema();
682 Schema = memprof::getFullSchema();
683 writeMemProfSchema(OS, Schema);
686 writeMemProfRecords(OS, MemProfData.Records, &Schema, memprof::Version2);
710 // uint64_t Schema entry 0
711 // uint64_t Schema entry 1
713 // uint64_t Schema entry N - 1
726 auto Schema = memprof::getHotColdSchema();
728 Schema = memprof::getFullSchema();
729 writeMemProfSchema(OS, Schema);
745 writeMemProfRecords(OS, MemProfData.Records, &Schema, memprof::Version3,