LLVM 22.0.0git
Classes | Namespaces | Enumerations
RootSignatureMetadata.h File Reference
#include "llvm/ADT/StringRef.h"
#include "llvm/Frontend/HLSL/HLSLRootSignature.h"
#include "llvm/IR/Constants.h"
#include "llvm/MC/DXContainerRootSignature.h"
#include "llvm/Support/Compiler.h"

Go to the source code of this file.

Classes

class  llvm::hlsl::rootsig::RootSignatureValidationError< T >
 
class  llvm::hlsl::rootsig::GenericRSMetadataError
 
class  llvm::hlsl::rootsig::InvalidRSMetadataFormat
 
class  llvm::hlsl::rootsig::InvalidRSMetadataValue
 
class  llvm::hlsl::rootsig::MetadataBuilder
 
class  llvm::hlsl::rootsig::MetadataParser
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::hlsl
 
namespace  llvm::hlsl::rootsig
 

Enumerations

enum class  llvm::hlsl::rootsig::RootSignatureElementKind {
  llvm::hlsl::rootsig::Error = 0 , llvm::hlsl::rootsig::RootFlags = 1 , llvm::hlsl::rootsig::RootConstants = 2 , llvm::hlsl::rootsig::SRV = 3 ,
  llvm::hlsl::rootsig::UAV = 4 , llvm::hlsl::rootsig::CBV = 5 , llvm::hlsl::rootsig::DescriptorTable = 6 , llvm::hlsl::rootsig::StaticSamplers = 7
}