Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProf.cpp75 case sampleprof_error::unrecognized_format: in message()
H A DSampleProfReader.cpp1586 return sampleprof_error::unrecognized_format; in readHeader()
1592 return sampleprof_error::unrecognized_format; in readHeader()
1940 return sampleprof_error::unrecognized_format; in create()
H A DSampleProfWriter.cpp887 EC = sampleprof_error::unrecognized_format; in create()
H A DInstrProfReader.cpp194 return make_error<InstrProfError>(instrprof_error::unrecognized_format); in create()
H A DInstrProf.cpp89 case instrprof_error::unrecognized_format: in getInstrProfErrString()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h311 unrecognized_format, enumerator
H A DSampleProf.h53 unrecognized_format, enumerator
/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp96 if (instrError == instrprof_error::unrecognized_format) { in exitWithError()