LLVM 22.0.0git
Public Attributes | List of all members
llvm::DXContainerYAML::DescriptorTableYaml Struct Reference

#include "llvm/ObjectYAML/DXContainerYAML.h"

Public Attributes

uint32_t NumRanges
 
uint32_t RangesOffset
 
SmallVector< DescriptorRangeYamlRanges
 

Detailed Description

Definition at line 107 of file DXContainerYAML.h.

Member Data Documentation

◆ NumRanges

uint32_t llvm::DXContainerYAML::DescriptorTableYaml::NumRanges

Definition at line 108 of file DXContainerYAML.h.

Referenced by llvm::readDescriptorRanges().

◆ Ranges

SmallVector<DescriptorRangeYaml> llvm::DXContainerYAML::DescriptorTableYaml::Ranges

Definition at line 110 of file DXContainerYAML.h.

Referenced by llvm::readDescriptorRanges().

◆ RangesOffset

uint32_t llvm::DXContainerYAML::DescriptorTableYaml::RangesOffset

Definition at line 109 of file DXContainerYAML.h.

Referenced by llvm::readDescriptorRanges().


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