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 277 of file DXILResource.h.
|
inline |
Definition at line 288 of file DXILResource.h.
References RHS.
|
inline |
Definition at line 289 of file DXILResource.h.
|
inline |
Definition at line 285 of file DXILResource.h.
uint32_t llvm::dxil::ResourceTypeInfo::StructInfo::AlignLog2 |
Definition at line 283 of file DXILResource.h.
Referenced by llvm::dxil::ResourceInfo::getAnnotateProps(), operator<(), and operator==().
uint32_t llvm::dxil::ResourceTypeInfo::StructInfo::Stride |
Definition at line 278 of file DXILResource.h.
Referenced by llvm::dxil::ResourceInfo::getAnnotateProps(), llvm::dxil::ResourceInfo::getAsMetadata(), operator<(), and operator==().