Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp75 case sampleprof_error::unrecognized_format: in message()
H A DSampleProfReader.cpp1549 return sampleprof_error::unrecognized_format; in readHeader()
1555 return sampleprof_error::unrecognized_format; in readHeader()
1909 return sampleprof_error::unrecognized_format; in create()
H A DSampleProfWriter.cpp924 EC = sampleprof_error::unrecognized_format; in create()
H A DInstrProf.cpp90 case instrprof_error::unrecognized_format: in getInstrProfErrString()
H A DInstrProfReader.cpp186 return make_error<InstrProfError>(instrprof_error::unrecognized_format); in create()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h327 unrecognized_format, enumerator
H A DSampleProf.h54 unrecognized_format, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp456 if (instrError == instrprof_error::unrecognized_format) { in exitWithError()