LLVM 22.0.0git
|
#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.
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 } |