LLVM 20.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 76 of file DXContainer.h.
|
inline |
Definition at line 83 of file DXContainer.h.
References FileSize, PartCount, llvm::sys::swapByteOrder(), llvm::dxbc::ContainerVersion::swapBytes(), and Version.
Referenced by llvm::mcdxbc::Signature::write().
Hash llvm::dxbc::Header::FileHash |
Definition at line 78 of file DXContainer.h.
uint32_t llvm::dxbc::Header::FileSize |
Definition at line 80 of file DXContainer.h.
Referenced by swapBytes().
uint8_t llvm::dxbc::Header::Magic[4] |
Definition at line 77 of file DXContainer.h.
uint32_t llvm::dxbc::Header::PartCount |
Definition at line 81 of file DXContainer.h.
Referenced by swapBytes().
ContainerVersion llvm::dxbc::Header::Version |
Definition at line 79 of file DXContainer.h.
Referenced by swapBytes().