clang 20.0.0git
|
#include "clang/Driver/OffloadBundler.h"
Static Public Member Functions | |
static llvm::Expected< std::unique_ptr< llvm::MemoryBuffer > > | compress (llvm::compression::Params P, const llvm::MemoryBuffer &Input, bool Verbose=false) |
static llvm::Expected< std::unique_ptr< llvm::MemoryBuffer > > | decompress (const llvm::MemoryBuffer &Input, bool Verbose=false) |
Definition at line 108 of file OffloadBundler.h.
|
static |
Definition at line 982 of file OffloadBundler.cpp.
References ClangOffloadBundlerTimerGroup(), formatWithCommas(), P, and clang::Result.
Referenced by clang::OffloadBundler::BundleFiles().
|
static |
Definition at line 1069 of file OffloadBundler.cpp.
References ClangOffloadBundlerTimerGroup(), formatWithCommas(), memcpy(), and clang::Result.
Referenced by clang::OffloadBundler::ListBundleIDsInFile(), clang::OffloadBundler::UnbundleArchive(), and clang::OffloadBundler::UnbundleFiles().