LLVM 22.0.0git
Public Member Functions | List of all members
llvm::hlsl::BoundRegs Class Reference

#include "llvm/Frontend/HLSL/HLSLBinding.h"

Public Member Functions

 BoundRegs (SmallVector< Binding > &&Bindings)
 
bool isBound (dxil::ResourceClass RC, uint32_t Space, uint32_t LowerBound, uint32_t UpperBound) const
 

Detailed Description

Definition at line 130 of file HLSLBinding.h.

Constructor & Destructor Documentation

◆ BoundRegs()

llvm::hlsl::BoundRegs::BoundRegs ( SmallVector< Binding > &&  Bindings)
inline

Definition at line 134 of file HLSLBinding.h.

Member Function Documentation

◆ isBound()

bool llvm::hlsl::BoundRegs::isBound ( dxil::ResourceClass  RC,
uint32_t  Space,
uint32_t  LowerBound,
uint32_t  UpperBound 
) const
inline

The documentation for this class was generated from the following file: