Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h174 return make_error<InstrProfError>(instrprof_error::unsupported_version); in mergeProfileKind()
179 instrprof_error::unsupported_version, in mergeProfileKind()
H A DInstrProf.h350 unsupported_version, enumerator
H A DSampleProf.h50 unsupported_version, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp63 return make_error<InstrProfError>(instrprof_error::unsupported_version, Msg); in unsupported()
H A DSampleProf.cpp67 case sampleprof_error::unsupported_version: in message()
H A DMemProfReader.cpp78 return make_error<InstrProfError>(instrprof_error::unsupported_version); in checkBuffer()
H A DInstrProf.cpp101 case instrprof_error::unsupported_version: in getInstrProfErrString()
1639 return make_error<InstrProfError>(instrprof_error::unsupported_version); in readFromBuffer()
H A DInstrProfReader.cpp1309 instrprof_error::unsupported_version, in deserialize()
1634 instrprof_error::unsupported_version, in getMemProfRecord()
H A DSampleProfReader.cpp1427 return sampleprof_error::unsupported_version; in readMagicIdent()
1559 return sampleprof_error::unsupported_version; in readHeader()
H A DInstrProfWriter.cpp775 instrprof_error::unsupported_version, in writeMemProf()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp863 return make_error<CoverageMapError>(coveragemap_error::unsupported_version); in readCoverageMappingData()
988 return make_error<CoverageMapError>(coveragemap_error::unsupported_version); in loadTestingFormat()
H A DCoverageMapping.cpp1586 case coveragemap_error::unsupported_version: in getCoverageMapErrString()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h65 unsupported_version, enumerator