LLVM 20.0.0git
|
The offloading metadata that will be serialized to a memory buffer. More...
#include "llvm/Object/OffloadBinary.h"
Public Attributes | |
ImageKind | TheImageKind |
OffloadKind | TheOffloadKind |
uint32_t | Flags |
MapVector< StringRef, StringRef > | StringData |
std::unique_ptr< MemoryBuffer > | Image |
The offloading metadata that will be serialized to a memory buffer.
Definition at line 70 of file OffloadBinary.h.
uint32_t llvm::object::OffloadBinary::OffloadingImage::Flags |
Definition at line 73 of file OffloadBinary.h.
Referenced by llvm::object::OffloadBinary::write().
std::unique_ptr<MemoryBuffer> llvm::object::OffloadBinary::OffloadingImage::Image |
Definition at line 75 of file OffloadBinary.h.
Referenced by llvm::object::OffloadBinary::write().
Definition at line 74 of file OffloadBinary.h.
Referenced by llvm::object::OffloadBinary::write().
ImageKind llvm::object::OffloadBinary::OffloadingImage::TheImageKind |
Definition at line 71 of file OffloadBinary.h.
Referenced by llvm::object::OffloadBinary::write().
OffloadKind llvm::object::OffloadBinary::OffloadingImage::TheOffloadKind |
Definition at line 72 of file OffloadBinary.h.
Referenced by llvm::object::OffloadBinary::write().