Lines Matching defs:Schema
511 // Serialize Schema.
513 const memprof::MemProfSchema &Schema) {
514 OS.write(static_cast<uint64_t>(Schema.size()));
515 for (const auto Id : Schema)
524 memprof::MemProfSchema *Schema, memprof::IndexedVersion Version,
527 memprof::RecordWriterTrait RecordWriter(Schema, Version,
665 // uint64_t Schema entry 0
666 // uint64_t Schema entry 1
668 // uint64_t Schema entry N - 1
683 auto Schema = memprof::getHotColdSchema();
685 Schema = memprof::getFullSchema();
686 writeMemProfSchema(OS, Schema);
689 writeMemProfRecords(OS, MemProfData.Records, &Schema, memprof::Version2);
713 // uint64_t Schema entry 0
714 // uint64_t Schema entry 1
716 // uint64_t Schema entry N - 1
729 auto Schema = memprof::getHotColdSchema();
731 Schema = memprof::getFullSchema();
732 writeMemProfSchema(OS, Schema);
752 writeMemProfRecords(OS, MemProfData.Records, &Schema, memprof::Version3,