LLVM
16.0.0git
|
#include "llvm/BinaryFormat/DXContainer.h"
Public Member Functions | |
void | swapBytes () |
Public Attributes | |
uint8_t | MinorVersion: 4 |
uint8_t | MajorVersion: 4 |
uint8_t | Unused |
uint16_t | ShaderKind |
uint32_t | Size |
BitcodeHeader | Bitcode |
Definition at line 111 of file DXContainer.h.
|
inline |
Definition at line 119 of file DXContainer.h.
References Bitcode, ShaderKind, Size, llvm::sys::swapByteOrder(), and llvm::dxbc::BitcodeHeader::swapBytes().
BitcodeHeader llvm::dxbc::ProgramHeader::Bitcode |
Definition at line 117 of file DXContainer.h.
Referenced by swapBytes().
uint8_t llvm::dxbc::ProgramHeader::MajorVersion |
Definition at line 113 of file DXContainer.h.
uint8_t llvm::dxbc::ProgramHeader::MinorVersion |
Definition at line 112 of file DXContainer.h.
uint16_t llvm::dxbc::ProgramHeader::ShaderKind |
Definition at line 115 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::ProgramHeader::Size |
Definition at line 116 of file DXContainer.h.
Referenced by swapBytes().
uint8_t llvm::dxbc::ProgramHeader::Unused |
Definition at line 114 of file DXContainer.h.