LLVM 20.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::dxil::ResourceTypeInfo::StructInfo Struct Reference

#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
 

Detailed Description

Definition at line 220 of file DXILResource.h.

Member Function Documentation

◆ operator!=()

bool llvm::dxil::ResourceTypeInfo::StructInfo::operator!= ( const StructInfo RHS) const
inline

Definition at line 231 of file DXILResource.h.

References RHS.

◆ operator<()

bool llvm::dxil::ResourceTypeInfo::StructInfo::operator< ( const StructInfo RHS) const
inline

Definition at line 232 of file DXILResource.h.

References AlignLog2, RHS, and Stride.

◆ operator==()

bool llvm::dxil::ResourceTypeInfo::StructInfo::operator== ( const StructInfo RHS) const
inline

Definition at line 228 of file DXILResource.h.

References AlignLog2, RHS, and Stride.

Member Data Documentation

◆ AlignLog2

uint32_t llvm::dxil::ResourceTypeInfo::StructInfo::AlignLog2

◆ Stride

uint32_t llvm::dxil::ResourceTypeInfo::StructInfo::Stride

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