Searched refs:MemProfFullSchema (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | IndexedMemProfData.cpp | 187 bool MemProfFullSchema) { in writeMemProfV2() argument 197 if (MemProfFullSchema) in writeMemProfV2() 222 memprof::IndexedVersion Version, bool MemProfFullSchema, in writeMemProfRadixTreeBased() argument 241 if (MemProfFullSchema) in writeMemProfRadixTreeBased() 296 bool MemProfFullSchema) { in writeMemProfV3() argument 298 MemProfFullSchema); in writeMemProfV3() 304 bool MemProfFullSchema, in writeMemProfV4() argument 308 OS, MemProfData, memprof::Version4, MemProfFullSchema, in writeMemProfV4() 315 memprof::IndexedVersion MemProfVersionRequested, bool MemProfFullSchema, in writeMemProf() argument 320 return writeMemProfV2(OS, MemProfData, MemProfFullSchema); in writeMemProf() [all …]
|
| H A D | InstrProfWriter.cpp | 127 memprof::IndexedVersion MemProfVersionRequested, bool MemProfFullSchema, in InstrProfWriter() argument 135 MemProfFullSchema(MemProfFullSchema), in InstrProfWriter() 621 OS, MemProfData, MemProfVersionRequested, MemProfFullSchema, in writeImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfWriter.h | 82 bool MemProfFullSchema; variable 105 bool MemProfFullSchema = false, 217 void setMemProfFullSchema(bool Full) { MemProfFullSchema = Full; } in setMemProfFullSchema()
|
| H A D | IndexedMemProfData.h | 93 memprof::IndexedVersion MemProfVersionRequested, bool MemProfFullSchema,
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 344 static cl::opt<bool> MemProfFullSchema( variable 660 MemProfVersionRequested, MemProfFullSchema, in WriterContext()
|