Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp89 case sampleprof_error::zlib_unavailable: in message()
H A DInstrProf.cpp157 case instrprof_error::zlib_unavailable: in getInstrProfErrString()
539 return make_error<InstrProfError>(instrprof_error::zlib_unavailable); in readAndDecodeStrings()
H A DSampleProfWriter.cpp181 return sampleprof_error::zlib_unavailable; in compressAndOutput()
H A DSampleProfReader.cpp978 return sampleprof_error::zlib_unavailable; in decompressSection()
/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h368 zlib_unavailable, enumerator
H A DSampleProf.h61 zlib_unavailable, enumerator