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

#include "llvm/BinaryFormat/COFF.h"

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 64 of file COFF.h.

Member Data Documentation

◆ Characteristics

uint16_t llvm::COFF::header::Characteristics

Definition at line 71 of file COFF.h.

◆ Machine

uint16_t llvm::COFF::header::Machine

Definition at line 65 of file COFF.h.

◆ NumberOfSections

int32_t llvm::COFF::header::NumberOfSections

Definition at line 66 of file COFF.h.

◆ NumberOfSymbols

uint32_t llvm::COFF::header::NumberOfSymbols

Definition at line 69 of file COFF.h.

◆ PointerToSymbolTable

uint32_t llvm::COFF::header::PointerToSymbolTable

Definition at line 68 of file COFF.h.

◆ SizeOfOptionalHeader

uint16_t llvm::COFF::header::SizeOfOptionalHeader

Definition at line 70 of file COFF.h.

◆ TimeDateStamp

uint32_t llvm::COFF::header::TimeDateStamp

Definition at line 67 of file COFF.h.


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