LLVM 23.0.0git
llvm::DXContainerYAML::SourceInfo::SourceNames::Entry Struct Reference

#include "llvm/ObjectYAML/DXContainerYAML.h"

Public Attributes

std::optional< uint32_tAlignedSizeInBytes
std::optional< uint32_tFlags
std::optional< uint32_tNameSizeInBytes
std::optional< uint32_tContentSizeInBytes
StringRef FileName

Detailed Description

Definition at line 361 of file DXContainerYAML.h.

Member Data Documentation

◆ AlignedSizeInBytes

std::optional<uint32_t> llvm::DXContainerYAML::SourceInfo::SourceNames::Entry::AlignedSizeInBytes

Definition at line 362 of file DXContainerYAML.h.

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

◆ ContentSizeInBytes

std::optional<uint32_t> llvm::DXContainerYAML::SourceInfo::SourceNames::Entry::ContentSizeInBytes

Definition at line 365 of file DXContainerYAML.h.

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

◆ FileName

StringRef llvm::DXContainerYAML::SourceInfo::SourceNames::Entry::FileName

Definition at line 366 of file DXContainerYAML.h.

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

◆ Flags

std::optional<uint32_t> llvm::DXContainerYAML::SourceInfo::SourceNames::Entry::Flags

Definition at line 363 of file DXContainerYAML.h.

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

◆ NameSizeInBytes

std::optional<uint32_t> llvm::DXContainerYAML::SourceInfo::SourceNames::Entry::NameSizeInBytes

Definition at line 364 of file DXContainerYAML.h.

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


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