Home
last modified time | relevance | path

Searched refs:Version2 (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1273 Version2 = 1, enumerator
1299 Version2 = 1, enumerator
1301 CurrentVersion = Version2
1314 template <class IntPtrT> struct CovMapTraits<CovMapVersion::Version2, IntPtrT> {
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp812 case CovMapVersion::Version2: in get()
821 if (Version == CovMapVersion::Version2) in get()
823 CovMapVersion::Version2, IntPtrT, Endian>>(P, R, D, F); in get()
965 if (TestingVersion == uint64_t(TestingFormatVersion::Version2)) { in loadTestingFormat()
H A DCoverageMappingWriter.cpp298 if (Version == TestingFormatVersion::Version2) in write()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h1006 Version2 = 2, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp926 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 && in ReadData()