Home
last modified time | relevance | path

Searched refs:unrecognized_format (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/ProfileData/
DSampleProf.cpp40 case sampleprof_error::unrecognized_format: in message()
DSampleProfReader.cpp458 return sampleprof_error::unrecognized_format; in readHeader()
464 return sampleprof_error::unrecognized_format; in readHeader()
721 return sampleprof_error::unrecognized_format; in create()
DSampleProfWriter.cpp234 EC = sampleprof_error::unrecognized_format; in create()
DInstrProf.cpp35 case instrprof_error::unrecognized_format: in message()
DInstrProfReader.cpp60 return instrprof_error::unrecognized_format; in create()
/external/llvm/include/llvm/ProfileData/
DSampleProf.h38 unrecognized_format, enumerator
DInstrProf.h168 unrecognized_format, enumerator
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp54 if (instrError == instrprof_error::unrecognized_format) { in exitWithErrorCode()