Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h95 return make_error<InstrProfError>(instrprof_error::unsupported_version); in setIsIRLevelProfile()
H A DInstrProf.h288 unsupported_version, enumerator
H A DSampleProf.h45 unsupported_version, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProf.cpp63 case sampleprof_error::unsupported_version: in message()
H A DInstrProfReader.cpp367 return error(instrprof_error::unsupported_version); in readHeader()
829 return error(instrprof_error::unsupported_version); in readHeader()
H A DSampleProfReader.cpp1152 return sampleprof_error::unsupported_version; in readMagicIdent()
1339 return sampleprof_error::unsupported_version; in readHeader()
H A DInstrProf.cpp89 case instrprof_error::unsupported_version: in getInstrProfErrString()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h55 unsupported_version, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp866 case coveragemap_error::unsupported_version: in getCoverageMapErrString()
H A DCoverageMappingReader.cpp792 return make_error<CoverageMapError>(coveragemap_error::unsupported_version); in readCoverageMappingData()