|
LLVM
8.0.1
|
#include "llvm/Support/Compression.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringRef.h"#include "llvm/Config/config.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/Error.h"#include "llvm/Support/ErrorHandling.h"#include <zlib.h>
Go to the source code of this file.
Functions | |
| static Error | createError (StringRef Err) |
| static StringRef | convertZlibCodeToString (int Code) |
|
static |
Definition at line 32 of file Compression.cpp.
References llvm_unreachable.
Referenced by llvm::zlib::compress(), and llvm::zlib::uncompress().
Definition at line 28 of file Compression.cpp.
Referenced by llvm::zlib::compress(), and llvm::zlib::uncompress().
1.8.13