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

#include "llvm/BinaryFormat/COFF.h"

Collaboration diagram for llvm::COFF::header:
Collaboration graph
[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 66 of file COFF.h.

Member Data Documentation

◆ Characteristics

uint16_t llvm::COFF::header::Characteristics

◆ Machine

uint16_t llvm::COFF::header::Machine

◆ NumberOfSections

int32_t llvm::COFF::header::NumberOfSections

Definition at line 68 of file COFF.h.

Referenced by encodeBase64StringEntry(), and isAssociative().

◆ NumberOfSymbols

uint32_t llvm::COFF::header::NumberOfSymbols

Definition at line 71 of file COFF.h.

Referenced by encodeBase64StringEntry(), and isAssociative().

◆ PointerToSymbolTable

uint32_t llvm::COFF::header::PointerToSymbolTable

Definition at line 70 of file COFF.h.

Referenced by encodeBase64StringEntry(), and isAssociative().

◆ SizeOfOptionalHeader

uint16_t llvm::COFF::header::SizeOfOptionalHeader

Definition at line 72 of file COFF.h.

Referenced by encodeBase64StringEntry().

◆ TimeDateStamp

uint32_t llvm::COFF::header::TimeDateStamp

Definition at line 69 of file COFF.h.

Referenced by encodeBase64StringEntry(), and isAssociative().


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