|
LLVM 22.0.0git
|
#include "llvm/Analysis/DXILResource.h"
Public Member Functions | |
| bool | operator== (const TypedInfo &RHS) const |
| bool | operator!= (const TypedInfo &RHS) const |
| bool | operator< (const TypedInfo &RHS) const |
Public Attributes | |
| dxil::ElementType | ElementTy |
| dxil::ElementType | DXILStorageTy |
| uint32_t | ElementCount |
Definition at line 302 of file DXILResource.h.
Definition at line 311 of file DXILResource.h.
References RHS.
Definition at line 312 of file DXILResource.h.
References ElementCount, ElementTy, and RHS.
Definition at line 307 of file DXILResource.h.
References ElementCount, ElementTy, and RHS.
| dxil::ElementType llvm::dxil::ResourceTypeInfo::TypedInfo::DXILStorageTy |
Definition at line 304 of file DXILResource.h.
Referenced by llvm::dxil::ResourceInfo::getAsMetadata(), getFormatName(), and llvm::dxil::ResourceTypeInfo::print().
| uint32_t llvm::dxil::ResourceTypeInfo::TypedInfo::ElementCount |
Definition at line 305 of file DXILResource.h.
Referenced by llvm::dxil::ResourceInfo::getAnnotateProps(), operator<(), operator==(), and llvm::dxil::ResourceTypeInfo::print().
| dxil::ElementType llvm::dxil::ResourceTypeInfo::TypedInfo::ElementTy |
Definition at line 303 of file DXILResource.h.
Referenced by llvm::dxil::ResourceInfo::getAnnotateProps(), operator<(), operator==(), and llvm::dxil::ResourceTypeInfo::print().