Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp113 if (Version < CovMapVersion::Version4) in read()
682 if (Version < CovMapVersion::Version4) in readCoverageHeader()
685 if (Version < CovMapVersion::Version4) in readCoverageHeader()
702 if (Version >= CovMapVersion::Version4) { in readCoverageHeader()
730 if (Version >= CovMapVersion::Version4 && CoverageSize != 0) in readCoverageHeader()
741 if (Version < CovMapVersion::Version4) { in readCoverageHeader()
766 if (Version < CovMapVersion::Version4) in readFunctionRecords()
774 if (Version < CovMapVersion::Version4) { in readFunctionRecords()
792 if (Version >= CovMapVersion::Version4 && in readFunctionRecords()
822 case CovMapVersion::Version4: in get()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h1086 Version4 = 4, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1371 Version4 = 3, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1153 if (Version >= IndexedInstrProf::Version4) { in readSummary()