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