Searched refs:MemProfFullSchema (Results 1 – 3 of 3) sorted by relevance
79 bool MemProfFullSchema; variable86 bool MemProfFullSchema = false);200 void setMemProfFullSchema(bool Full) { MemProfFullSchema = Full; } in setMemProfFullSchema()
187 memprof::IndexedVersion MemProfVersionRequested, bool MemProfFullSchema) in InstrProfWriter() argument193 MemProfFullSchema(MemProfFullSchema) {} in InstrProfWriter()671 bool MemProfFullSchema) { in writeMemProfV2() argument681 if (MemProfFullSchema) in writeMemProfV2()719 bool MemProfFullSchema) { in writeMemProfV3() argument727 if (MemProfFullSchema) in writeMemProfV3()762 bool MemProfFullSchema) { in writeMemProf() argument769 return writeMemProfV2(OS, MemProfData, MemProfFullSchema); in writeMemProf()771 return writeMemProfV3(OS, MemProfData, MemProfFullSchema); in writeMemProf()906 MemProfFullSchema)) in writeImpl()
317 cl::opt<bool> MemProfFullSchema( variable620 MemProfVersionRequested, MemProfFullSchema), in WriterContext()