Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp76 case sampleprof_error::unrecognized_format: in message()
H A DSampleProfReader.cpp1634 return sampleprof_error::unrecognized_format; in readHeader()
1640 return sampleprof_error::unrecognized_format; in readHeader()
1994 return sampleprof_error::unrecognized_format; in create()
H A DSampleProfWriter.cpp909 EC = sampleprof_error::unrecognized_format; in create()
H A DInstrProf.cpp94 case instrprof_error::unrecognized_format: in getInstrProfErrString()
H A DInstrProfReader.cpp193 return make_error<InstrProfError>(instrprof_error::unrecognized_format); in create()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h402 unrecognized_format, enumerator
H A DSampleProf.h56 unrecognized_format, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp533 if (instrError == instrprof_error::unrecognized_format) { in exitWithError()