LLVM 23.0.0git
llvm::DXContainerYAML::DebugName Struct Reference

#include "llvm/ObjectYAML/DXContainerYAML.h"

Public Attributes

std::optional< uint16_tFlags
std::optional< uint16_tNameLength
std::string Filename

Detailed Description

Definition at line 299 of file DXContainerYAML.h.

Member Data Documentation

◆ Filename

std::string llvm::DXContainerYAML::DebugName::Filename

Definition at line 302 of file DXContainerYAML.h.

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

◆ Flags

std::optional<uint16_t> llvm::DXContainerYAML::DebugName::Flags

Definition at line 300 of file DXContainerYAML.h.

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

◆ NameLength

std::optional<uint16_t> llvm::DXContainerYAML::DebugName::NameLength

Definition at line 301 of file DXContainerYAML.h.

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


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