LLVM  4.0.0
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:
[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 63 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 70 of file Object/COFF.h.

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

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

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

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

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

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

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

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

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


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