LLVM 19.0.0git
Public Attributes | List of all members
llvm::object::OffloadBinary::Header Struct Reference

#include "llvm/Object/OffloadBinary.h"

Public Attributes

uint8_t Magic [4] = {0x10, 0xFF, 0x10, 0xAD}
 
uint32_t Version = OffloadBinary::Version
 
uint64_t Size
 
uint64_t EntryOffset
 
uint64_t EntrySize
 

Detailed Description

Definition at line 107 of file OffloadBinary.h.

Member Data Documentation

◆ EntryOffset

uint64_t llvm::object::OffloadBinary::Header::EntryOffset

◆ EntrySize

uint64_t llvm::object::OffloadBinary::Header::EntrySize

◆ Magic

uint8_t llvm::object::OffloadBinary::Header::Magic[4] = {0x10, 0xFF, 0x10, 0xAD}

Definition at line 108 of file OffloadBinary.h.

◆ Size

uint64_t llvm::object::OffloadBinary::Header::Size

◆ Version

uint32_t llvm::object::OffloadBinary::Header::Version = OffloadBinary::Version

The documentation for this struct was generated from the following file: