LLVM 20.0.0git
|
#include "llvm/BinaryFormat/DXContainer.h"
Public Member Functions | |
void | swapBytes () |
Public Attributes | |
uint16_t | Major |
uint16_t | Minor |
Definition at line 66 of file DXContainer.h.
|
inline |
Definition at line 70 of file DXContainer.h.
References Major, Minor, and llvm::sys::swapByteOrder().
Referenced by llvm::dxbc::Header::swapBytes().
uint16_t llvm::dxbc::ContainerVersion::Major |
Definition at line 67 of file DXContainer.h.
Referenced by swapBytes().
uint16_t llvm::dxbc::ContainerVersion::Minor |
Definition at line 68 of file DXContainer.h.
Referenced by swapBytes().