LLVM 23.0.0git
llvm::DXContainerYAML::SourceInfo::SectionHeader Struct Reference

#include "llvm/ObjectYAML/DXContainerYAML.h"

Public Attributes

std::optional< uint32_tAlignedSizeInBytes
std::optional< uint16_tFlags
std::optional< dxbc::SourceInfo::SectionTypeType

Detailed Description

Definition at line 323 of file DXContainerYAML.h.

Member Data Documentation

◆ AlignedSizeInBytes

std::optional<uint32_t> llvm::DXContainerYAML::SourceInfo::SectionHeader::AlignedSizeInBytes

Definition at line 324 of file DXContainerYAML.h.

◆ Flags

std::optional<uint16_t> llvm::DXContainerYAML::SourceInfo::SectionHeader::Flags

Definition at line 325 of file DXContainerYAML.h.

◆ Type

std::optional<dxbc::SourceInfo::SectionType> llvm::DXContainerYAML::SourceInfo::SectionHeader::Type

Definition at line 326 of file DXContainerYAML.h.


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