Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp753 case CovMapVersion::Version2: in get()
761 if (Version == CovMapVersion::Version2) in get()
763 CovMapVersion::Version2, IntPtrT, Endian>>(P, R, D, F); in get()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h998 Version2 = 1, enumerator
1023 template <class IntPtrT> struct CovMapTraits<CovMapVersion::Version2, IntPtrT> {
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h974 Version2 = 2, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp609 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 && in ReadData()