LLVM 22.0.0git
|
#include "llvm/BinaryFormat/DXContainer.h"
Public Member Functions | |
void | swapBytes () |
Public Attributes | |
uint32_t | ShaderRegister |
uint32_t | RegisterSpace |
uint32_t | Num32BitValues |
Definition at line 705 of file DXContainer.h.
|
inline |
Definition at line 710 of file DXContainer.h.
References Num32BitValues, RegisterSpace, ShaderRegister, and llvm::sys::swapByteOrder().
uint32_t llvm::dxbc::RTS0::v1::RootConstants::Num32BitValues |
Definition at line 708 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v1::RootConstants::RegisterSpace |
Definition at line 707 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v1::RootConstants::ShaderRegister |
Definition at line 706 of file DXContainer.h.
Referenced by swapBytes().