LLVM  8.0.1
Public Attributes | List of all members
llvm::object::WinResHeaderSuffix Struct Reference

#include "llvm/Object/WindowsResource.h"

Collaboration diagram for llvm::object::WinResHeaderSuffix:
Collaboration graph
[legend]

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 80 of file WindowsResource.h.

Member Data Documentation

◆ Characteristics

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

Definition at line 85 of file WindowsResource.h.

◆ DataVersion

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

Definition at line 81 of file WindowsResource.h.

◆ Language

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

Definition at line 83 of file WindowsResource.h.

◆ MemoryFlags

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

Definition at line 82 of file WindowsResource.h.

◆ Version

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

Definition at line 84 of file WindowsResource.h.


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