Searched refs:Version2 (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | IndexedMemProfData.cpp | 188 OS.write(memprof::Version2); in writeMemProfV2() 202 writeMemProfRecords(OS, MemProfData.Records, &Schema, memprof::Version2); in writeMemProfV2() 319 case memprof::Version2: in writeMemProf() 355 if (Version >= memprof::Version2) { in deserializeV2() 380 if (Version >= memprof::Version2) in deserializeV2() 468 case memprof::Version2: in deserialize()
|
| H A D | MemProf.cpp | 47 case Version2: in serializedSize() 62 Result += N.serializedSize(Schema, Version2); in serializedSizeV2() 104 case Version2: in serializedSize() 186 case Version2: in serialize() 313 case Version2: in deserialize()
|
| H A D | InstrProfReader.cpp | 994 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 && in ReadData() 1474 case memprof::Version2: in getMemProfRecord()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMapping.h | 1442 Version2 = 1, enumerator 1468 Version2 = 1, enumerator 1470 CurrentVersion = Version2 1483 template <class IntPtrT> struct CovMapTraits<CovMapVersion::Version2, IntPtrT> {
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CGData/ |
| H A D | CodeGenData.h | 284 Version2 = 2, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 827 case CovMapVersion::Version2: in get() 836 if (Version == CovMapVersion::Version2) in get() 838 CovMapVersion::Version2, IntPtrT, Endian>>(P, R, D, F); in get() 985 if (TestingVersion == uint64_t(TestingFormatVersion::Version2)) { in loadTestingFormat()
|
| H A D | CoverageMappingWriter.cpp | 313 if (Version == TestingFormatVersion::Version2) in write()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | MemProf.h | 48 Version2 = 2, enumerator 56 constexpr uint64_t MinimumSupportedVersion = Version2;
|
| H A D | InstrProf.h | 1143 Version2 = 2, enumerator
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 340 cl::values(clEnumValN(memprof::Version2, "2", "version 2"),
|