LLVM 20.0.0git
|
#include "llvm/BinaryFormat/DXContainer.h"
Public Member Functions | |
void | swapBytes () |
Public Attributes | |
uint8_t | Magic [4] |
uint8_t | MinorVersion |
uint8_t | MajorVersion |
uint16_t | Unused |
uint32_t | Offset |
uint32_t | Size |
Definition at line 104 of file DXContainer.h.
|
inline |
Definition at line 113 of file DXContainer.h.
References MajorVersion, MinorVersion, Offset, Size, and llvm::sys::swapByteOrder().
Referenced by llvm::dxbc::ProgramHeader::swapBytes().
uint8_t llvm::dxbc::BitcodeHeader::Magic[4] |
Definition at line 105 of file DXContainer.h.
uint8_t llvm::dxbc::BitcodeHeader::MajorVersion |
Definition at line 107 of file DXContainer.h.
Referenced by swapBytes().
uint8_t llvm::dxbc::BitcodeHeader::MinorVersion |
Definition at line 106 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::BitcodeHeader::Offset |
Definition at line 109 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::BitcodeHeader::Size |
Definition at line 110 of file DXContainer.h.
Referenced by swapBytes().
uint16_t llvm::dxbc::BitcodeHeader::Unused |
Definition at line 108 of file DXContainer.h.