clang 20.0.0git
|
This file defines an offload bundling API that bundles different files that relate with the same source code but different targets into a single one. More...
#include "llvm/Support/Compression.h"
#include "llvm/Support/Error.h"
#include "llvm/TargetParser/Triple.h"
#include <llvm/Support/MemoryBuffer.h>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | clang::OffloadBundlerConfig |
class | clang::OffloadBundler |
struct | clang::OffloadTargetInfo |
Obtain the offload kind, real machine triple, and an optional TargetID out of the target information specified by the user. More... | |
class | clang::CompressedOffloadBundle |
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
This file defines an offload bundling API that bundles different files that relate with the same source code but different targets into a single one.
Also the implements the opposite functionality, i.e. unbundle files previous created by this API.
Definition in file OffloadBundler.h.