Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp88 case sampleprof_error::zlib_unavailable: in message()
H A DInstrProf.cpp119 case instrprof_error::zlib_unavailable: in getInstrProfErrString()
473 return make_error<InstrProfError>(instrprof_error::zlib_unavailable); in readPGOFuncNameStrings()
H A DSampleProfWriter.cpp97 return sampleprof_error::zlib_unavailable; in compressAndOutput()
H A DSampleProfReader.cpp823 return sampleprof_error::zlib_unavailable; in decompressSection()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h57 zlib_unavailable, enumerator
H A DInstrProf.h302 zlib_unavailable enumerator