LLVM 22.0.0git
|
#include "llvm/Frontend/HLSL/RootSignatureMetadata.h"
Public Member Functions | |
MetadataParser (MDNode *Root) | |
LLVM_ABI llvm::Expected< llvm::mcdxbc::RootSignatureDesc > | ParseRootSignature (uint32_t Version) |
Definition at line 141 of file RootSignatureMetadata.h.
|
inline |
Definition at line 143 of file RootSignatureMetadata.h.
Expected< mcdxbc::RootSignatureDesc > llvm::hlsl::rootsig::MetadataParser::ParseRootSignature | ( | uint32_t | Version | ) |
Definition at line 683 of file RootSignatureMetadata.cpp.
References llvm::dyn_cast(), llvm::hlsl::rootsig::Error, llvm::joinErrors(), llvm::make_error(), llvm::Error::success(), llvm::mcdxbc::RootSignatureDesc::Version, and llvm::Version.
Referenced by analyzeModule().