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

#include "llvm/ObjectYAML/DXContainerYAML.h"

Public Attributes

std::optional< uint32_tAlignedSizeInBytes
std::optional< uint16_tFlags
std::optional< uint16_tSectionCount

Detailed Description

Definition at line 317 of file DXContainerYAML.h.

Member Data Documentation

◆ AlignedSizeInBytes

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

Definition at line 318 of file DXContainerYAML.h.

Referenced by llvm::DXContainerYAML::fromDXContainer().

◆ Flags

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

Definition at line 319 of file DXContainerYAML.h.

Referenced by llvm::DXContainerYAML::fromDXContainer().

◆ SectionCount

std::optional<uint16_t> llvm::DXContainerYAML::SourceInfo::Header::SectionCount

Definition at line 320 of file DXContainerYAML.h.

Referenced by llvm::DXContainerYAML::fromDXContainer().


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