HomeSort by: relevance | last modified time | path
    Searched refs:unsupported_version (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfWriter.h 95 return make_error<InstrProfError>(instrprof_error::unsupported_version);
InstrProf.h 288 unsupported_version, member in class:llvm::instrprof_error
SampleProf.h 45 unsupported_version, member in class:llvm::sampleprof_error
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProf.cpp 63 case sampleprof_error::unsupported_version:
InstrProfReader.cpp 367 return error(instrprof_error::unsupported_version);
829 return error(instrprof_error::unsupported_version);
SampleProfReader.cpp 1152 return sampleprof_error::unsupported_version;
1339 return sampleprof_error::unsupported_version;
InstrProf.cpp 89 case instrprof_error::unsupported_version:
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 55 unsupported_version, member in class:llvm::coverage::coveragemap_error
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp 866 case coveragemap_error::unsupported_version:
CoverageMappingReader.cpp 792 return make_error<CoverageMapError>(coveragemap_error::unsupported_version);

Completed in 60 milliseconds