LLVM 22.0.0git
|
#include "llvm/ObjectYAML/DXContainerYAML.h"
Public Attributes | |
uint32_t | NumRanges |
uint32_t | RangesOffset |
SmallVector< DescriptorRangeYaml > | Ranges |
Definition at line 107 of file DXContainerYAML.h.
uint32_t llvm::DXContainerYAML::DescriptorTableYaml::NumRanges |
Definition at line 108 of file DXContainerYAML.h.
Referenced by llvm::readDescriptorRanges().
SmallVector<DescriptorRangeYaml> llvm::DXContainerYAML::DescriptorTableYaml::Ranges |
Definition at line 110 of file DXContainerYAML.h.
Referenced by llvm::readDescriptorRanges().
uint32_t llvm::DXContainerYAML::DescriptorTableYaml::RangesOffset |
Definition at line 109 of file DXContainerYAML.h.
Referenced by llvm::readDescriptorRanges().