struct coff_section
Declaration
struct coff_section { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Object/COFF.h:440
Member Variables
- public char[8] Name
- public support::ulittle32_t VirtualSize
- public support::ulittle32_t VirtualAddress
- public support::ulittle32_t SizeOfRawData
- public support::ulittle32_t PointerToRawData
- public support::ulittle32_t PointerToRelocations
- public support::ulittle32_t PointerToLinenumbers
- public support::ulittle16_t NumberOfRelocations
- public support::ulittle16_t NumberOfLinenumbers
- public support::ulittle32_t Characteristics
Method Overview
- public uint32_t getAlignment() const
- public bool hasExtendedRelocations() const
Methods
¶uint32_t getAlignment() const
uint32_t getAlignment() const
Declared at: llvm/include/llvm/Object/COFF.h:459
¶bool hasExtendedRelocations() const
bool hasExtendedRelocations() const
Declared at: llvm/include/llvm/Object/COFF.h:454