LLVM 22.0.0git
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 80 of file COFF.h.

Member Function Documentation

◆ isImportLibrary()

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

Definition at line 89 of file COFF.h.

References NumberOfSections.

Member Data Documentation

◆ Characteristics

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

Definition at line 87 of file COFF.h.

◆ Machine

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

Definition at line 81 of file COFF.h.

Referenced by llvm::jitlink::createLinkGraphFromCOFFObject().

◆ NumberOfSections

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

Definition at line 82 of file COFF.h.

Referenced by llvm::jitlink::createLinkGraphFromCOFFObject(), and isImportLibrary().

◆ NumberOfSymbols

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

Definition at line 85 of file COFF.h.

◆ PointerToSymbolTable

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

Definition at line 84 of file COFF.h.

◆ SizeOfOptionalHeader

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

Definition at line 86 of file COFF.h.

◆ TimeDateStamp

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

Definition at line 83 of file COFF.h.


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