LLVM 22.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 127 of file DXContainer.h.
|
inline |
Definition at line 139 of file DXContainer.h.
References Version.
|
inline |
Definition at line 140 of file DXContainer.h.
References Version.
Definition at line 141 of file DXContainer.h.
Referenced by llvm::DXContainerObjectWriter::writeObject().
|
inline |
Definition at line 134 of file DXContainer.h.
References Bitcode, ShaderKind, Size, llvm::sys::swapByteOrder(), and llvm::dxbc::BitcodeHeader::swapBytes().
BitcodeHeader llvm::dxbc::ProgramHeader::Bitcode |
Definition at line 132 of file DXContainer.h.
Referenced by swapBytes().
uint16_t llvm::dxbc::ProgramHeader::ShaderKind |
Definition at line 130 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::ProgramHeader::Size |
Definition at line 131 of file DXContainer.h.
Referenced by swapBytes().
uint8_t llvm::dxbc::ProgramHeader::Unused |
Definition at line 129 of file DXContainer.h.
uint8_t llvm::dxbc::ProgramHeader::Version |
Definition at line 128 of file DXContainer.h.
Referenced by getMajorVersion(), and getMinorVersion().