LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::object::coff_section Struct Reference

#include "llvm/Object/COFF.h"

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

Public Member Functions

bool hasExtendedRelocations () const
 
uint32_t getAlignment () const
 

Public Attributes

char Name [COFF::NameSize]
 
support::ulittle32_t VirtualSize
 
support::ulittle32_t VirtualAddress
 
support::ulittle32_t SizeOfRawData
 
support::ulittle32_t PointerToRawData
 
support::ulittle32_t PointerToRelocations
 
support::ulittle32_t PointerToLinenumbers
 
support::ulittle16_t NumberOfRelocations
 
support::ulittle16_t NumberOfLinenumbers
 
support::ulittle32_t Characteristics
 

Detailed Description

Definition at line 438 of file COFF.h.

Member Function Documentation

◆ getAlignment()

uint32_t llvm::object::coff_section::getAlignment ( ) const
inline

◆ hasExtendedRelocations()

bool llvm::object::coff_section::hasExtendedRelocations ( ) const
inline

Definition at line 452 of file COFF.h.

References llvm::COFF::IMAGE_SCN_LNK_NRELOC_OVFL.

Member Data Documentation

◆ Characteristics

support::ulittle32_t llvm::object::coff_section::Characteristics

◆ Name

char llvm::object::coff_section::Name[COFF::NameSize]

Definition at line 439 of file COFF.h.

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

◆ NumberOfLinenumbers

support::ulittle16_t llvm::object::coff_section::NumberOfLinenumbers

Definition at line 447 of file COFF.h.

◆ NumberOfRelocations

support::ulittle16_t llvm::object::coff_section::NumberOfRelocations

Definition at line 446 of file COFF.h.

◆ PointerToLinenumbers

support::ulittle32_t llvm::object::coff_section::PointerToLinenumbers

Definition at line 445 of file COFF.h.

◆ PointerToRawData

support::ulittle32_t llvm::object::coff_section::PointerToRawData

◆ PointerToRelocations

support::ulittle32_t llvm::object::coff_section::PointerToRelocations

Definition at line 444 of file COFF.h.

◆ SizeOfRawData

support::ulittle32_t llvm::object::coff_section::SizeOfRawData

◆ VirtualAddress

support::ulittle32_t llvm::object::coff_section::VirtualAddress

◆ VirtualSize

support::ulittle32_t llvm::object::coff_section::VirtualSize

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