Lines Matching refs:Schema
444 const memprof::MemProfSchema &Schema) { in writeMemProfSchema() argument
445 OS.write(static_cast<uint64_t>(Schema.size())); in writeMemProfSchema()
446 for (const auto Id : Schema) in writeMemProfSchema()
455 memprof::MemProfSchema *Schema, memprof::IndexedVersion Version, in writeMemProfRecords() argument
458 memprof::RecordWriterTrait RecordWriter(Schema, Version, in writeMemProfRecords()
604 auto Schema = memprof::getFullSchema(); in writeMemProfV0() local
605 writeMemProfSchema(OS, Schema); in writeMemProfV0()
608 writeMemProfRecords(OS, MemProfData.Records, &Schema, memprof::Version0); in writeMemProfV0()
639 auto Schema = memprof::getFullSchema(); in writeMemProfV1() local
640 writeMemProfSchema(OS, Schema); in writeMemProfV1()
643 writeMemProfRecords(OS, MemProfData.Records, &Schema, memprof::Version1); in writeMemProfV1()
680 auto Schema = memprof::getHotColdSchema(); in writeMemProfV2() local
682 Schema = memprof::getFullSchema(); in writeMemProfV2()
683 writeMemProfSchema(OS, Schema); in writeMemProfV2()
686 writeMemProfRecords(OS, MemProfData.Records, &Schema, memprof::Version2); in writeMemProfV2()
726 auto Schema = memprof::getHotColdSchema(); in writeMemProfV3() local
728 Schema = memprof::getFullSchema(); in writeMemProfV3()
729 writeMemProfSchema(OS, Schema); in writeMemProfV3()
745 writeMemProfRecords(OS, MemProfData.Records, &Schema, memprof::Version3, in writeMemProfV3()