Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp90 case sampleprof_error::zlib_unavailable: in message()
H A DInstrProf.cpp159 case instrprof_error::zlib_unavailable: in getInstrProfErrString()
591 return make_error<InstrProfError>(instrprof_error::zlib_unavailable); in readAndDecodeStrings()
H A DSampleProfWriter.cpp179 return sampleprof_error::zlib_unavailable; in compressAndOutput()
H A DSampleProfReader.cpp1040 return sampleprof_error::zlib_unavailable; in decompressSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h423 zlib_unavailable, enumerator
H A DSampleProf.h63 zlib_unavailable, enumerator