|
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 > | ContentSizeInBytes |
| std::string | FileContent |
Definition at line 343 of file DXContainerYAML.h.
| std::optional<uint32_t> llvm::DXContainerYAML::SourceInfo::SourceContents::Entry::AlignedSizeInBytes |
Definition at line 344 of file DXContainerYAML.h.
Referenced by llvm::DXContainerYAML::fromDXContainer().
| std::optional<uint32_t> llvm::DXContainerYAML::SourceInfo::SourceContents::Entry::ContentSizeInBytes |
Definition at line 346 of file DXContainerYAML.h.
Referenced by llvm::DXContainerYAML::fromDXContainer().
| std::string llvm::DXContainerYAML::SourceInfo::SourceContents::Entry::FileContent |
Definition at line 347 of file DXContainerYAML.h.
Referenced by llvm::DXContainerYAML::fromDXContainer().
| std::optional<uint32_t> llvm::DXContainerYAML::SourceInfo::SourceContents::Entry::Flags |
Definition at line 345 of file DXContainerYAML.h.
Referenced by llvm::DXContainerYAML::fromDXContainer().