Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/
DSampleProf.cpp43 case sampleprof_error::unrecognized_format: in message()
DSampleProfReader.cpp520 return sampleprof_error::unrecognized_format; in readHeader()
526 return sampleprof_error::unrecognized_format; in readHeader()
785 return sampleprof_error::unrecognized_format; in create()
DSampleProfWriter.cpp248 EC = sampleprof_error::unrecognized_format; in create()
DInstrProf.cpp42 case instrprof_error::unrecognized_format: in getInstrProfErrString()
DInstrProfReader.cpp60 return make_error<InstrProfError>(instrprof_error::unrecognized_format); in create()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DSampleProf.cpp52 case sampleprof_error::unrecognized_format: in message()
DSampleProfReader.cpp620 return sampleprof_error::unrecognized_format; in readHeader()
626 return sampleprof_error::unrecognized_format; in readHeader()
881 return sampleprof_error::unrecognized_format; in create()
DSampleProfWriter.cpp329 EC = sampleprof_error::unrecognized_format; in create()
DInstrProfReader.cpp81 return make_error<InstrProfError>(instrprof_error::unrecognized_format); in create()
DInstrProf.cpp82 case instrprof_error::unrecognized_format: in getInstrProfErrString()
/external/llvm/include/llvm/ProfileData/
DSampleProf.h38 unrecognized_format, enumerator
DInstrProf.h282 unrecognized_format, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DSampleProf.h48 unrecognized_format, enumerator
DInstrProf.h283 unrecognized_format, enumerator
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp55 if (instrError == instrprof_error::unrecognized_format) { in exitWithError()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp71 if (instrError == instrprof_error::unrecognized_format) { in exitWithError()