Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp108 if (Version < CovMapVersion::Version4) in read()
629 if (Version < CovMapVersion::Version4) in readCoverageHeader()
632 if (Version < CovMapVersion::Version4) in readCoverageHeader()
647 if (Version >= CovMapVersion::Version4) { in readCoverageHeader()
683 if (Version < CovMapVersion::Version4) { in readCoverageHeader()
708 if (Version < CovMapVersion::Version4) in readFunctionRecords()
714 if (Version < CovMapVersion::Version4) { in readFunctionRecords()
757 case CovMapVersion::Version4: in get()
769 else if (Version == CovMapVersion::Version4) in get()
819 if (Version >= CovMapVersion::Version4) in readCoverageMappingData()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProf.h1014 Version4 = 4, enumerator
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1002 Version4 = 3, enumerator
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfReader.cpp882 if (Version >= IndexedInstrProf::Version4) { in readSummary()