LLVM 20.0.0git
|
#include "llvm/BinaryFormat/DXContainer.h"
Public Member Functions | |
void | swapBytes () |
uint8_t | getMajorVersion () |
uint8_t | getMinorVersion () |
Static Public Member Functions | |
static uint8_t | getVersion (uint8_t Major, uint8_t Minor) |
Public Attributes | |
uint8_t | Version |
uint8_t | Unused |
uint16_t | ShaderKind |
uint32_t | Size |
BitcodeHeader | Bitcode |
Definition at line 121 of file DXContainer.h.
|
inline |
Definition at line 133 of file DXContainer.h.
References Version.
|
inline |
Definition at line 134 of file DXContainer.h.
References Version.
|
inlinestatic |
Definition at line 135 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().
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.
uint8_t llvm::dxbc::ProgramHeader::Version |
Definition at line 122 of file DXContainer.h.
Referenced by getMajorVersion(), and getMinorVersion().