LLVM 22.0.0git
|
#include "llvm/Analysis/DXILResource.h"
Public Member Functions | |
bool | operator== (const StructInfo &RHS) const |
bool | operator!= (const StructInfo &RHS) const |
bool | operator< (const StructInfo &RHS) const |
Public Attributes | |
uint32_t | Stride |
uint32_t | AlignLog2 |
Definition at line 258 of file DXILResource.h.
|
inline |
Definition at line 269 of file DXILResource.h.
References RHS.
|
inline |
Definition at line 270 of file DXILResource.h.
|
inline |
Definition at line 266 of file DXILResource.h.
uint32_t llvm::dxil::ResourceTypeInfo::StructInfo::AlignLog2 |
Definition at line 264 of file DXILResource.h.
Referenced by llvm::dxil::ResourceInfo::getAnnotateProps(), operator<(), and operator==().
uint32_t llvm::dxil::ResourceTypeInfo::StructInfo::Stride |
Definition at line 259 of file DXILResource.h.
Referenced by llvm::dxil::ResourceInfo::getAnnotateProps(), llvm::dxil::ResourceInfo::getAsMetadata(), operator<(), and operator==().