Home
last modified time | relevance | path

Searched refs:unsupported_version (Results 1 – 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
HDInstrProfWriter.h174 return make_error<InstrProfError>(instrprof_error::unsupported_version); in mergeProfileKind()
179 instrprof_error::unsupported_version, in mergeProfileKind()
HDInstrProf.h350 unsupported_version, enumerator
HDSampleProf.h50 unsupported_version, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDPGOCtxProfReader.cpp63 return make_error<InstrProfError>(instrprof_error::unsupported_version, Msg); in unsupported()
HDSampleProf.cpp67 case sampleprof_error::unsupported_version: in message()
HDMemProfReader.cpp78 return make_error<InstrProfError>(instrprof_error::unsupported_version); in checkBuffer()
HDInstrProf.cpp101 case instrprof_error::unsupported_version: in getInstrProfErrString()
1639 return make_error<InstrProfError>(instrprof_error::unsupported_version); in readFromBuffer()
HDSampleProfReader.cpp1427 return sampleprof_error::unsupported_version; in readMagicIdent()
1559 return sampleprof_error::unsupported_version; in readHeader()
HDInstrProfReader.cpp1309 instrprof_error::unsupported_version, in deserialize()
1634 instrprof_error::unsupported_version, in getMemProfRecord()
HDInstrProfWriter.cpp775 instrprof_error::unsupported_version, in writeMemProf()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
HDCoverageMappingReader.cpp863 return make_error<CoverageMapError>(coveragemap_error::unsupported_version); in readCoverageMappingData()
988 return make_error<CoverageMapError>(coveragemap_error::unsupported_version); in loadTestingFormat()
HDCoverageMapping.cpp1586 case coveragemap_error::unsupported_version: in getCoverageMapErrString()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
HDCoverageMapping.h65 unsupported_version, enumerator