LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
llvm::object::coff_file_header Struct Reference

#include <COFF.h>

Collaboration diagram for llvm::object::coff_file_header:
Collaboration graph
[legend]

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 52 of file Object/COFF.h.

Member Function Documentation

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

Member Data Documentation

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

Definition at line 59 of file Object/COFF.h.

support::ulittle16_t llvm::object::coff_file_header::Machine
support::ulittle16_t llvm::object::coff_file_header::NumberOfSections
support::ulittle32_t llvm::object::coff_file_header::NumberOfSymbols

Definition at line 57 of file Object/COFF.h.

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

support::ulittle32_t llvm::object::coff_file_header::PointerToSymbolTable
support::ulittle16_t llvm::object::coff_file_header::SizeOfOptionalHeader

Definition at line 58 of file Object/COFF.h.

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

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

Definition at line 55 of file Object/COFF.h.


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