LLVM 22.0.0git
llvm::object::WinResHeaderSuffix Struct Reference

#include "llvm/Object/WindowsResource.h"

Public Attributes

support::ulittle32_t DataVersion
support::ulittle16_t MemoryFlags
support::ulittle16_t Language
support::ulittle32_t Version
support::ulittle32_t Characteristics

Detailed Description

Definition at line 85 of file WindowsResource.h.

Member Data Documentation

◆ Characteristics

support::ulittle32_t llvm::object::WinResHeaderSuffix::Characteristics

Definition at line 90 of file WindowsResource.h.

◆ DataVersion

support::ulittle32_t llvm::object::WinResHeaderSuffix::DataVersion

Definition at line 86 of file WindowsResource.h.

◆ Language

support::ulittle16_t llvm::object::WinResHeaderSuffix::Language

Definition at line 88 of file WindowsResource.h.

◆ MemoryFlags

support::ulittle16_t llvm::object::WinResHeaderSuffix::MemoryFlags

Definition at line 87 of file WindowsResource.h.

◆ Version

support::ulittle32_t llvm::object::WinResHeaderSuffix::Version

Definition at line 89 of file WindowsResource.h.


The documentation for this struct was generated from the following file: