LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::dxbc::ShaderHash Struct Reference

#include "llvm/BinaryFormat/DXContainer.h"

Public Member Functions

bool isPopulated ()
 
void swapBytes ()
 

Public Attributes

uint32_t Flags
 
uint8_t Digest [16]
 

Detailed Description

Definition at line 57 of file DXContainer.h.

Member Function Documentation

◆ isPopulated()

bool ShaderHash::isPopulated ( )

Definition at line 28 of file DXContainer.cpp.

References Digest, Flags, and memcmp.

◆ swapBytes()

void llvm::dxbc::ShaderHash::swapBytes ( )
inline

Definition at line 63 of file DXContainer.h.

References Flags, and llvm::sys::swapByteOrder().

Member Data Documentation

◆ Digest

uint8_t llvm::dxbc::ShaderHash::Digest[16]

Definition at line 59 of file DXContainer.h.

Referenced by isPopulated().

◆ Flags

uint32_t llvm::dxbc::ShaderHash::Flags

Definition at line 58 of file DXContainer.h.

Referenced by isPopulated(), and swapBytes().


The documentation for this struct was generated from the following files: