LLVM 17.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 120 of file DXContainer.h.
|
inline |
Definition at line 128 of file DXContainer.h.
References Bitcode, ShaderKind, Size, llvm::sys::swapByteOrder(), and llvm::dxbc::BitcodeHeader::swapBytes().
BitcodeHeader llvm::dxbc::ProgramHeader::Bitcode |
Definition at line 126 of file DXContainer.h.
Referenced by swapBytes().
uint8_t llvm::dxbc::ProgramHeader::MajorVersion |
Definition at line 122 of file DXContainer.h.
uint8_t llvm::dxbc::ProgramHeader::MinorVersion |
Definition at line 121 of file DXContainer.h.
uint16_t llvm::dxbc::ProgramHeader::ShaderKind |
Definition at line 124 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::ProgramHeader::Size |
Definition at line 125 of file DXContainer.h.
Referenced by swapBytes().
uint8_t llvm::dxbc::ProgramHeader::Unused |
Definition at line 123 of file DXContainer.h.