LLVM 22.0.0git
llvm::DXContainerYAML::RootParameterYamlDesc Struct Reference

#include "llvm/ObjectYAML/DXContainerYAML.h"

Public Member Functions

template<typename T>
TgetOrInsertImpl (RootParameterLocationYaml &ParamDesc, SmallVectorImpl< T > &Container)
RootConstantsYamlgetOrInsertConstants (RootParameterLocationYaml &ParamDesc)
RootDescriptorYamlgetOrInsertDescriptor (RootParameterLocationYaml &ParamDesc)
DescriptorTableYamlgetOrInsertTable (RootParameterLocationYaml &ParamDesc)
void insertLocation (RootParameterLocationYaml &Location)

Public Attributes

SmallVector< RootParameterLocationYamlLocations
SmallVector< RootConstantsYamlConstants
SmallVector< RootDescriptorYamlDescriptors
SmallVector< DescriptorTableYamlTables

Detailed Description

Definition at line 131 of file DXContainerYAML.h.

Member Function Documentation

◆ getOrInsertConstants()

◆ getOrInsertDescriptor()

◆ getOrInsertImpl()

template<typename T>
T & llvm::DXContainerYAML::RootParameterYamlDesc::getOrInsertImpl ( RootParameterLocationYaml & ParamDesc,
SmallVectorImpl< T > & Container )
inline

◆ getOrInsertTable()

◆ insertLocation()

void llvm::DXContainerYAML::RootParameterYamlDesc::insertLocation ( RootParameterLocationYaml & Location)
inline

Member Data Documentation

◆ Constants

SmallVector<RootConstantsYaml> llvm::DXContainerYAML::RootParameterYamlDesc::Constants

Definition at line 134 of file DXContainerYAML.h.

Referenced by getOrInsertConstants().

◆ Descriptors

SmallVector<RootDescriptorYaml> llvm::DXContainerYAML::RootParameterYamlDesc::Descriptors

Definition at line 135 of file DXContainerYAML.h.

Referenced by getOrInsertDescriptor().

◆ Locations

SmallVector<RootParameterLocationYaml> llvm::DXContainerYAML::RootParameterYamlDesc::Locations

◆ Tables

SmallVector<DescriptorTableYaml> llvm::DXContainerYAML::RootParameterYamlDesc::Tables

Definition at line 136 of file DXContainerYAML.h.

Referenced by getOrInsertTable().


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