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

  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProf.cpp 71 case sampleprof_error::unrecognized_format:
SampleProfReader.cpp 1330 return sampleprof_error::unrecognized_format;
1336 return sampleprof_error::unrecognized_format;
1681 return sampleprof_error::unrecognized_format;
InstrProfReader.cpp 83 return make_error<InstrProfError>(instrprof_error::unrecognized_format);
SampleProfWriter.cpp 795 EC = sampleprof_error::unrecognized_format;
InstrProf.cpp 83 case instrprof_error::unrecognized_format:
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h 285 unrecognized_format, member in class:llvm::instrprof_error
SampleProf.h 49 unrecognized_format, member in class:llvm::sampleprof_error
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
llvm-profdata.cpp 81 if (instrError == instrprof_error::unrecognized_format) {

Completed in 39 milliseconds