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 751 of file DXContainer.h.
|
inline |
Definition at line 756 of file DXContainer.h.
References Num32BitValues, RegisterSpace, ShaderRegister, and llvm::sys::swapByteOrder().
uint32_t llvm::dxbc::RTS0::v1::RootConstants::Num32BitValues |
Definition at line 754 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v1::RootConstants::RegisterSpace |
Definition at line 753 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v1::RootConstants::ShaderRegister |
Definition at line 752 of file DXContainer.h.
Referenced by swapBytes().