LLVM 22.0.0git
|
#include "llvm/BinaryFormat/DXContainer.h"
Public Member Functions | |
void | swapBytes () |
Public Attributes | |
uint32_t | ShaderRegister |
uint32_t | RegisterSpace |
Definition at line 694 of file DXContainer.h.
|
inline |
Definition at line 697 of file DXContainer.h.
References RegisterSpace, ShaderRegister, and llvm::sys::swapByteOrder().
Referenced by llvm::dxbc::RTS0::v2::RootDescriptor::swapBytes().
uint32_t llvm::dxbc::RTS0::v1::RootDescriptor::RegisterSpace |
Definition at line 696 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v1::RootDescriptor::ShaderRegister |
Definition at line 695 of file DXContainer.h.
Referenced by swapBytes().