LLVM: llvm::object::coff_file_header Struct Reference (original) (raw)

#include "[llvm/Object/COFF.h](Object%5F2COFF%5F8h%5Fsource.html)"

Public Attributes
support::ulittle16_t Machine
support::ulittle16_t NumberOfSections
support::ulittle32_t TimeDateStamp
support::ulittle32_t PointerToSymbolTable
support::ulittle32_t NumberOfSymbols
support::ulittle16_t SizeOfOptionalHeader
support::ulittle16_t Characteristics

Definition at line 80 of file COFF.h.

isImportLibrary()

bool llvm::object::coff_file_header::isImportLibrary ( ) const inline

Characteristics

Machine

NumberOfSections

NumberOfSymbols

PointerToSymbolTable

SizeOfOptionalHeader

TimeDateStamp


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