LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::dxbc::Header Struct Reference

#include "llvm/BinaryFormat/DXContainer.h"

Public Member Functions

void swapBytes ()
 

Public Attributes

uint8_t Magic [4]
 
Hash FileHash
 
ContainerVersion Version
 
uint32_t FileSize
 
uint32_t PartCount
 

Detailed Description

Definition at line 76 of file DXContainer.h.

Member Function Documentation

◆ swapBytes()

void llvm::dxbc::Header::swapBytes ( )
inline

Member Data Documentation

◆ FileHash

Hash llvm::dxbc::Header::FileHash

Definition at line 78 of file DXContainer.h.

◆ FileSize

uint32_t llvm::dxbc::Header::FileSize

Definition at line 80 of file DXContainer.h.

Referenced by swapBytes().

◆ Magic

uint8_t llvm::dxbc::Header::Magic[4]

Definition at line 77 of file DXContainer.h.

◆ PartCount

uint32_t llvm::dxbc::Header::PartCount

Definition at line 81 of file DXContainer.h.

Referenced by swapBytes().

◆ Version

ContainerVersion llvm::dxbc::Header::Version

Definition at line 79 of file DXContainer.h.

Referenced by swapBytes().


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