Searched refs:Version2 (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | MemProf.cpp | 64 case Version2: in serializedSize() 94 Result += N.serializedSize(Schema, Version2); in serializedSizeV2() 123 case Version2: in serializedSize() 204 case Version2: in serialize() 333 case Version2: in deserialize()
|
H A D | InstrProfReader.cpp | 961 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 && in ReadData() 1222 if (Version >= memprof::Version2) { in deserializeV012() 1247 if (Version >= memprof::Version2) in deserializeV012() 1297 if (FirstWord == memprof::Version1 || FirstWord == memprof::Version2 || in deserialize() 1319 case memprof::Version2: in deserialize() 1619 case memprof::Version2: in getMemProfRecord()
|
H A D | InstrProfWriter.cpp | 672 OS.write(memprof::Version2); in writeMemProfV2() 686 writeMemProfRecords(OS, MemProfData.Records, &Schema, memprof::Version2); in writeMemProfV2() 768 case memprof::Version2: in writeMemProf()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMapping.h | 1366 Version2 = 1, enumerator 1392 Version2 = 1, enumerator 1394 CurrentVersion = Version2 1407 template <class IntPtrT> struct CovMapTraits<CovMapVersion::Version2, IntPtrT> {
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingReader.cpp | 820 case CovMapVersion::Version2: in get() 829 if (Version == CovMapVersion::Version2) in get() 831 CovMapVersion::Version2, IntPtrT, Endian>>(P, R, D, F); in get() 976 if (TestingVersion == uint64_t(TestingFormatVersion::Version2)) { in loadTestingFormat()
|
H A D | CoverageMappingWriter.cpp | 314 if (Version == TestingFormatVersion::Version2) in write()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 1080 Version2 = 2, enumerator
|
H A D | MemProf.h | 30 Version2 = 2, enumerator
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 314 clEnumValN(memprof::Version2, "2", "version 2"),
|