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