Home
last modified time | relevance | path

Searched refs:empty_raw_profile (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProfReader.h70 return make_error<InstrProfError>(instrprof_error::empty_raw_profile);
H A DInstrProf.h367 empty_raw_profile, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProfReader.cpp58 return make_error<InstrProfError>(instrprof_error::empty_raw_profile); in checkBuffer()
H A DInstrProf.cpp154 case instrprof_error::empty_raw_profile: in getInstrProfErrString()
H A DInstrProfReader.cpp170 return make_error<InstrProfError>(instrprof_error::empty_raw_profile); in create()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp636 if (ErrorCode != instrprof_error::empty_raw_profile) in overlapInput()
738 if (ErrCode != instrprof_error::empty_raw_profile) in loadInput()