LLVM 22.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::DXContainerYAML::RootParameterLocationYaml Struct Reference

#include "llvm/ObjectYAML/DXContainerYAML.h"

Public Member Functions

 RootParameterLocationYaml ()
 
 RootParameterLocationYaml (RootParameterHeaderYaml Header)
 

Public Attributes

RootParameterHeaderYaml Header
 
std::optional< size_t > IndexInSignature
 

Detailed Description

Definition at line 122 of file DXContainerYAML.h.

Constructor & Destructor Documentation

◆ RootParameterLocationYaml() [1/2]

llvm::DXContainerYAML::RootParameterLocationYaml::RootParameterLocationYaml ( )
inline

Definition at line 126 of file DXContainerYAML.h.

◆ RootParameterLocationYaml() [2/2]

llvm::DXContainerYAML::RootParameterLocationYaml::RootParameterLocationYaml ( RootParameterHeaderYaml  Header)
inlineexplicit

Definition at line 127 of file DXContainerYAML.h.

Member Data Documentation

◆ Header

RootParameterHeaderYaml llvm::DXContainerYAML::RootParameterLocationYaml::Header

Definition at line 123 of file DXContainerYAML.h.

◆ IndexInSignature

std::optional<size_t> llvm::DXContainerYAML::RootParameterLocationYaml::IndexInSignature

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