Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DRawMemProfReader.h64 return make_error<InstrProfError>(instrprof_error::empty_raw_profile);
H A DInstrProf.h347 empty_raw_profile, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DRawMemProfReader.cpp59 return make_error<InstrProfError>(instrprof_error::empty_raw_profile); in checkBuffer()
H A DInstrProf.cpp152 case instrprof_error::empty_raw_profile: in getInstrProfErrString()
H A DInstrProfReader.cpp173 return make_error<InstrProfError>(instrprof_error::empty_raw_profile); in create()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp598 if (ErrorCode != instrprof_error::empty_raw_profile) in overlapInput()
688 if (ErrCode != instrprof_error::empty_raw_profile) in loadInput()