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

#include "llvm/BinaryFormat/DXContainer.h"

Public Member Functions

void swapBytes ()
 

Public Attributes

uint16_t Major
 
uint16_t Minor
 

Detailed Description

Definition at line 66 of file DXContainer.h.

Member Function Documentation

◆ swapBytes()

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

Definition at line 70 of file DXContainer.h.

References Major, Minor, and llvm::sys::swapByteOrder().

Referenced by llvm::dxbc::Header::swapBytes().

Member Data Documentation

◆ Major

uint16_t llvm::dxbc::ContainerVersion::Major

Definition at line 67 of file DXContainer.h.

Referenced by swapBytes().

◆ Minor

uint16_t llvm::dxbc::ContainerVersion::Minor

Definition at line 68 of file DXContainer.h.

Referenced by swapBytes().


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