Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp72 case sampleprof_error::unrecognized_format: in message()
H A DSampleProfReader.cpp1356 return sampleprof_error::unrecognized_format; in readHeader()
1362 return sampleprof_error::unrecognized_format; in readHeader()
1714 return sampleprof_error::unrecognized_format; in create()
H A DSampleProfWriter.cpp797 EC = sampleprof_error::unrecognized_format; in create()
H A DInstrProfReader.cpp83 return make_error<InstrProfError>(instrprof_error::unrecognized_format); in create()
H A DInstrProf.cpp83 case instrprof_error::unrecognized_format: in getInstrProfErrString()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h49 unrecognized_format, enumerator
H A DInstrProf.h285 unrecognized_format, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp82 if (instrError == instrprof_error::unrecognized_format) { in exitWithError()