LLVM 20.0.0git
|
#include "llvm/ObjectYAML/DXContainerYAML.h"
Public Member Functions | |
ShaderHash ()=default | |
ShaderHash (const dxbc::ShaderHash &Data) | |
Public Attributes | |
bool | IncludesSource |
std::vector< llvm::yaml::Hex8 > | Digest |
Definition at line 67 of file DXContainerYAML.h.
|
default |
llvm::DXContainerYAML::ShaderHash::ShaderHash | ( | const dxbc::ShaderHash & | Data | ) |
Definition at line 41 of file DXContainerYAML.cpp.
References llvm::Data, and Digest.
std::vector<llvm::yaml::Hex8> llvm::DXContainerYAML::ShaderHash::Digest |
Definition at line 72 of file DXContainerYAML.h.
Referenced by llvm::yaml::MappingTraits< DXContainerYAML::ShaderHash >::mapping(), and ShaderHash().
bool llvm::DXContainerYAML::ShaderHash::IncludesSource |
Definition at line 71 of file DXContainerYAML.h.
Referenced by llvm::yaml::MappingTraits< DXContainerYAML::ShaderHash >::mapping().