LLVM 20.0.0git
|
Use this type to describe the size and type of a DXIL container part. More...
#include "llvm/BinaryFormat/DXContainer.h"
Public Member Functions | |
void | swapBytes () |
StringRef | getName () const |
Public Attributes | |
uint8_t | Name [4] |
uint32_t | Size |
Use this type to describe the size and type of a DXIL container part.
Definition at line 93 of file DXContainer.h.
|
inline |
Definition at line 98 of file DXContainer.h.
References Name.
|
inline |
Definition at line 97 of file DXContainer.h.
References Size, and llvm::sys::swapByteOrder().
uint8_t llvm::dxbc::PartHeader::Name[4] |
Definition at line 94 of file DXContainer.h.
Referenced by getName().
uint32_t llvm::dxbc::PartHeader::Size |
Definition at line 95 of file DXContainer.h.
Referenced by swapBytes().