LLVM  3.7.0
Public Attributes | List of all members
llvm::COFF::header Struct Reference

#include <COFF.h>

Collaboration diagram for llvm::COFF::header:
[legend]

Public Attributes

uint16_t Machine
 
int32_t NumberOfSections
 
uint32_t TimeDateStamp
 
uint32_t PointerToSymbolTable
 
uint32_t NumberOfSymbols
 
uint16_t SizeOfOptionalHeader
 
uint16_t Characteristics
 

Detailed Description

Definition at line 55 of file Support/COFF.h.

Member Data Documentation

uint16_t llvm::COFF::header::Characteristics

Definition at line 62 of file Support/COFF.h.

Referenced by llvm::yaml::MappingTraits< COFF::header >::mapping().

uint16_t llvm::COFF::header::Machine
int32_t llvm::COFF::header::NumberOfSections

Definition at line 57 of file Support/COFF.h.

uint32_t llvm::COFF::header::NumberOfSymbols

Definition at line 60 of file Support/COFF.h.

uint32_t llvm::COFF::header::PointerToSymbolTable

Definition at line 59 of file Support/COFF.h.

uint16_t llvm::COFF::header::SizeOfOptionalHeader

Definition at line 61 of file Support/COFF.h.

uint32_t llvm::COFF::header::TimeDateStamp

Definition at line 58 of file Support/COFF.h.


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