Home
last modified time | relevance | path

Searched refs:convertZlibCodeToString (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCompression.cpp31 static StringRef convertZlibCodeToString(int Code) { in convertZlibCodeToString() function
60 return Res ? createError(convertZlibCodeToString(Res)) : Error::success(); in compress()
71 return Res ? createError(convertZlibCodeToString(Res)) : Error::success(); in uncompress()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DCompression.cpp89 static StringRef convertZlibCodeToString(int Code) { in convertZlibCodeToString() function
130 return Res ? make_error<StringError>(convertZlibCodeToString(Res), in decompress()