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

#include "llvm/ObjectYAML/DXContainerYAML.h"

Public Attributes

std::optional< uint32_tAlignedSizeInBytes
std::optional< uint32_tFlags
std::optional< uint32_tContentSizeInBytes
std::string FileContent

Detailed Description

Definition at line 343 of file DXContainerYAML.h.

Member Data Documentation

◆ AlignedSizeInBytes

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

Definition at line 344 of file DXContainerYAML.h.

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

◆ ContentSizeInBytes

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

Definition at line 346 of file DXContainerYAML.h.

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

◆ FileContent

std::string llvm::DXContainerYAML::SourceInfo::SourceContents::Entry::FileContent

Definition at line 347 of file DXContainerYAML.h.

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

◆ Flags

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

Definition at line 345 of file DXContainerYAML.h.

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


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