LLVM 20.0.0git
|
#include "llvm/BinaryFormat/DXContainer.h"
Public Member Functions | |
bool | isPopulated () |
void | swapBytes () |
Public Attributes | |
uint32_t | Flags |
uint8_t | Digest [16] |
Definition at line 57 of file DXContainer.h.
bool ShaderHash::isPopulated | ( | ) |
Definition at line 28 of file DXContainer.cpp.
|
inline |
Definition at line 63 of file DXContainer.h.
References Flags, and llvm::sys::swapByteOrder().
uint8_t llvm::dxbc::ShaderHash::Digest[16] |
Definition at line 59 of file DXContainer.h.
Referenced by isPopulated().
uint32_t llvm::dxbc::ShaderHash::Flags |
Definition at line 58 of file DXContainer.h.
Referenced by isPopulated(), and swapBytes().