|
LLVM 22.0.0git
|
#include "llvm/BinaryFormat/DXContainer.h"
Public Member Functions | |
| void | swapBytes () |
Public Attributes | |
| uint8_t | Magic [4] |
| Hash | FileHash |
| ContainerVersion | Version |
| uint32_t | FileSize |
| uint32_t | PartCount |
Definition at line 82 of file DXContainer.h.
|
inline |
Definition at line 89 of file DXContainer.h.
References FileSize, PartCount, llvm::sys::swapByteOrder(), and Version.
Referenced by llvm::objcopy::dxbc::DXContainerWriter::write().
| Hash llvm::dxbc::Header::FileHash |
Definition at line 84 of file DXContainer.h.
| uint32_t llvm::dxbc::Header::FileSize |
Definition at line 86 of file DXContainer.h.
Referenced by swapBytes().
| uint8_t llvm::dxbc::Header::Magic[4] |
Definition at line 83 of file DXContainer.h.
| uint32_t llvm::dxbc::Header::PartCount |
Definition at line 87 of file DXContainer.h.
Referenced by swapBytes().
| ContainerVersion llvm::dxbc::Header::Version |
Definition at line 85 of file DXContainer.h.
Referenced by swapBytes().