Home
last modified time | relevance | path

Searched refs:Version3 (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp754 case CovMapVersion::Version3: in get()
764 else if (Version == CovMapVersion::Version3) in get()
766 CovMapVersion::Version3, IntPtrT, Endian>>(P, R, D, F); in get()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1001 Version3 = 2, enumerator
1018 template <class IntPtrT> struct CovMapTraits<CovMapVersion::Version3, IntPtrT> {
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h977 Version3 = 3, enumerator