LLVM API Documentation

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

#include <COFF.h>

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

Public Attributes

char Name [8]
 
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 188 of file Object/COFF.h.

Member Data Documentation

support::ulittle32_t llvm::object::coff_section::Characteristics
char llvm::object::coff_section::Name[8]

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

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

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

support::ulittle16_t llvm::object::coff_section::NumberOfRelocations
support::ulittle32_t llvm::object::coff_section::PointerToLinenumbers

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

support::ulittle32_t llvm::object::coff_section::PointerToRawData
support::ulittle32_t llvm::object::coff_section::PointerToRelocations
support::ulittle32_t llvm::object::coff_section::SizeOfRawData
support::ulittle32_t llvm::object::coff_section::VirtualAddress
support::ulittle32_t llvm::object::coff_section::VirtualSize

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

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


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