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.cpp75 case sampleprof_error::unrecognized_format: in message()
H A DSampleProfReader.cpp1550 return sampleprof_error::unrecognized_format; in readHeader()
1556 return sampleprof_error::unrecognized_format; in readHeader()
1910 return sampleprof_error::unrecognized_format; in create()
H A DSampleProfWriter.cpp923 EC = sampleprof_error::unrecognized_format; in create()
H A DInstrProf.cpp92 case instrprof_error::unrecognized_format: in getInstrProfErrString()
H A DInstrProfReader.cpp183 return make_error<InstrProfError>(instrprof_error::unrecognized_format); in create()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h347 unrecognized_format, enumerator
H A DSampleProf.h54 unrecognized_format, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp493 if (instrError == instrprof_error::unrecognized_format) { in exitWithError()