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

#include "llvm/Object/COFF.h"

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 440 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

Member Data Documentation

◆ Characteristics

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

◆ Name

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

Definition at line 441 of file COFF.h.

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

◆ NumberOfLinenumbers

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

Definition at line 449 of file COFF.h.

◆ NumberOfRelocations

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

Definition at line 448 of file COFF.h.

Referenced by getNumberOfRelocations(), and hasExtendedRelocations().

◆ PointerToLinenumbers

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

Definition at line 447 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 446 of file COFF.h.

Referenced by getFirstReloc(), and getNumberOfRelocations().

◆ 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: