llvm::dxbc::CompilerVersionHeader

Header of a compiler-version (VERS) part.

Synopsis

Declared in <llvm/BinaryFormat/DXContainer.h>

struct CompilerVersionHeader;

Member Functions

NameDescription
swapBytes Byte-swap multi-byte fields of this header.

Data Members

NameDescription
CommitCount The number outputted by git rev-list --count HEAD in the compiler repo.
ContentSizeInBytes Byte size of CommitSha and CustomVersionString, padding not included.
Flags Flags describing the compiler build and validation state.
Major Compiler major version number.
Minor Compiler minor version number.