|
LLVM 23.0.0git
|
#include "llvm/BinaryFormat/DXContainer.h"
Public Member Functions | |
| void | swapBytes () |
Public Attributes | |
| uint32_t | AlignedSizeInBytes |
| Part size including this header. Aligned to a 4-byte boundary. | |
| uint16_t | Flags |
| Reserved, must be zero. | |
| uint16_t | SectionCount |
| Source info part must contain 3 sections. Each section is 4-byte aligned. | |
Definition at line 859 of file DXContainer.h.
|
inline |
Definition at line 867 of file DXContainer.h.
References AlignedSizeInBytes, Flags, SectionCount, and llvm::sys::swapByteOrder().
| uint32_t llvm::dxbc::SourceInfo::Header::AlignedSizeInBytes |
Part size including this header. Aligned to a 4-byte boundary.
Definition at line 861 of file DXContainer.h.
Referenced by swapBytes().
| uint16_t llvm::dxbc::SourceInfo::Header::Flags |
| uint16_t llvm::dxbc::SourceInfo::Header::SectionCount |
Source info part must contain 3 sections. Each section is 4-byte aligned.
Definition at line 865 of file DXContainer.h.
Referenced by swapBytes().