LLVM 22.0.0git
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.

References Header.

Member Data Documentation

◆ Header

RootParameterHeaderYaml llvm::DXContainerYAML::RootParameterLocationYaml::Header

Definition at line 123 of file DXContainerYAML.h.

Referenced by RootParameterLocationYaml().

◆ IndexInSignature

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

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