|
LLVM 23.0.0git
|
#include "llvm/BinaryFormat/DXContainer.h"
Public Member Functions | |
| void | swapBytes () |
Public Attributes | |
| uint32_t | AlignedSizeInBytes |
| Section size including this header. Aligned to a 4-byte boundary. | |
| uint16_t | Flags |
| Reserved, must be zero. | |
| SectionType | Type |
Definition at line 887 of file DXContainer.h.
|
inline |
Definition at line 894 of file DXContainer.h.
References AlignedSizeInBytes, Flags, llvm::sys::swapByteOrder(), and Type.
| uint32_t llvm::dxbc::SourceInfo::SectionHeader::AlignedSizeInBytes |
Section size including this header. Aligned to a 4-byte boundary.
Definition at line 889 of file DXContainer.h.
Referenced by swapBytes().
| uint16_t llvm::dxbc::SourceInfo::SectionHeader::Flags |
| SectionType llvm::dxbc::SourceInfo::SectionHeader::Type |
Definition at line 892 of file DXContainer.h.
Referenced by swapBytes().