LLVM 22.0.0git
|
#include "llvm/Object/DXContainer.h"
Public Member Functions | |
ViewArray< T >::iterator | begin () const |
ViewArray< T >::iterator | end () const |
Public Attributes | |
uint32_t | NumRanges |
uint32_t | RangesOffset |
ViewArray< T > | Ranges |
Definition at line 182 of file DXContainer.h.
|
inline |
Definition at line 187 of file DXContainer.h.
References Ranges.
|
inline |
Definition at line 189 of file DXContainer.h.
References Ranges.
uint32_t llvm::object::DirectX::DescriptorTable< T >::NumRanges |
Definition at line 183 of file DXContainer.h.
Referenced by llvm::object::DirectX::DescriptorTableView::read().
ViewArray<T> llvm::object::DirectX::DescriptorTable< T >::Ranges |
Definition at line 185 of file DXContainer.h.
Referenced by begin(), end(), and llvm::object::DirectX::DescriptorTableView::read().
uint32_t llvm::object::DirectX::DescriptorTable< T >::RangesOffset |
Definition at line 184 of file DXContainer.h.
Referenced by llvm::object::DirectX::DescriptorTableView::read().