Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp113 if (Version < CovMapVersion::Version4) in read()
674 if (Version < CovMapVersion::Version4) in readCoverageHeader()
677 if (Version < CovMapVersion::Version4) in readCoverageHeader()
694 if (Version >= CovMapVersion::Version4) { in readCoverageHeader()
733 if (Version < CovMapVersion::Version4) { in readCoverageHeader()
758 if (Version < CovMapVersion::Version4) in readFunctionRecords()
766 if (Version < CovMapVersion::Version4) { in readFunctionRecords()
814 case CovMapVersion::Version4: in get()
880 if (Version >= CovMapVersion::Version4) in readCoverageMappingData()
997 if (Version < CovMapVersion::Version4) { in loadTestingFormat()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h1012 Version4 = 4, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1278 Version4 = 3, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1118 if (Version >= IndexedInstrProf::Version4) { in readSummary()