|
LLVM 23.0.0git
|
#include "llvm/ObjectYAML/DXContainerYAML.h"
Public Attributes | |
| std::optional< uint32_t > | AlignedSizeInBytes |
| std::optional< uint32_t > | Flags |
| std::optional< uint32_t > | NameSizeInBytes |
| std::optional< uint32_t > | ContentSizeInBytes |
| StringRef | FileName |
Definition at line 361 of file DXContainerYAML.h.
| std::optional<uint32_t> llvm::DXContainerYAML::SourceInfo::SourceNames::Entry::AlignedSizeInBytes |
Definition at line 362 of file DXContainerYAML.h.
Referenced by llvm::DXContainerYAML::fromDXContainer().
| std::optional<uint32_t> llvm::DXContainerYAML::SourceInfo::SourceNames::Entry::ContentSizeInBytes |
Definition at line 365 of file DXContainerYAML.h.
Referenced by llvm::DXContainerYAML::fromDXContainer().
| StringRef llvm::DXContainerYAML::SourceInfo::SourceNames::Entry::FileName |
Definition at line 366 of file DXContainerYAML.h.
Referenced by llvm::DXContainerYAML::fromDXContainer().
| std::optional<uint32_t> llvm::DXContainerYAML::SourceInfo::SourceNames::Entry::Flags |
Definition at line 363 of file DXContainerYAML.h.
Referenced by llvm::DXContainerYAML::fromDXContainer().
| std::optional<uint32_t> llvm::DXContainerYAML::SourceInfo::SourceNames::Entry::NameSizeInBytes |
Definition at line 364 of file DXContainerYAML.h.
Referenced by llvm::DXContainerYAML::fromDXContainer().