LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::object::coff_file_header Struct Reference

#include "llvm/Object/COFF.h"

Public Member Functions

bool isImportLibrary () const
 

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
 

Detailed Description

Definition at line 75 of file COFF.h.

Member Function Documentation

◆ isImportLibrary()

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

Member Data Documentation

◆ Characteristics

support::ulittle16_t llvm::object::coff_file_header::Characteristics

Definition at line 82 of file COFF.h.

Referenced by llvm::object::COFFObjectFile::getCharacteristics().

◆ Machine

support::ulittle16_t llvm::object::coff_file_header::Machine

◆ NumberOfSections

support::ulittle16_t llvm::object::coff_file_header::NumberOfSections

◆ NumberOfSymbols

support::ulittle32_t llvm::object::coff_file_header::NumberOfSymbols

Definition at line 80 of file COFF.h.

Referenced by llvm::object::COFFObjectFile::getRawNumberOfSymbols().

◆ PointerToSymbolTable

support::ulittle32_t llvm::object::coff_file_header::PointerToSymbolTable

Definition at line 79 of file COFF.h.

Referenced by llvm::object::COFFObjectFile::getPointerToSymbolTable().

◆ SizeOfOptionalHeader

support::ulittle16_t llvm::object::coff_file_header::SizeOfOptionalHeader

Definition at line 81 of file COFF.h.

Referenced by llvm::object::COFFObjectFile::getSizeOfOptionalHeader().

◆ TimeDateStamp

support::ulittle32_t llvm::object::coff_file_header::TimeDateStamp

Definition at line 78 of file COFF.h.

Referenced by llvm::object::COFFObjectFile::getTimeDateStamp().


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