Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h301 empty_raw_profile, enumerator
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp217 if (IPE != instrprof_error::empty_raw_profile) in overlapInput()
246 if (IPE != instrprof_error::empty_raw_profile) in loadInput()