Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h301 empty_raw_profile, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp70 return make_error<InstrProfError>(instrprof_error::empty_raw_profile); in create()
H A DInstrProf.cpp117 case instrprof_error::empty_raw_profile: in getInstrProfErrString()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp218 if (IPE != instrprof_error::empty_raw_profile) in overlapInput()
247 if (IPE != instrprof_error::empty_raw_profile) in loadInput()