LLVM  4.0.0
Public Attributes | List of all members
llvm::object::Elf_Chdr_Impl< ELFType< TargetEndianness, false > > Struct Template Reference

#include <ELFTypes.h>

Collaboration diagram for llvm::object::Elf_Chdr_Impl< ELFType< TargetEndianness, false > >:
[legend]

Public Attributes

Elf_Word ch_type
 
Elf_Word ch_size
 
Elf_Word ch_addralign
 

Detailed Description

template<endianness TargetEndianness>
struct llvm::object::Elf_Chdr_Impl< ELFType< TargetEndianness, false > >

Definition at line 565 of file ELFTypes.h.

Member Data Documentation

template<endianness TargetEndianness>
Elf_Word llvm::object::Elf_Chdr_Impl< ELFType< TargetEndianness, false > >::ch_addralign

Definition at line 569 of file ELFTypes.h.

template<endianness TargetEndianness>
Elf_Word llvm::object::Elf_Chdr_Impl< ELFType< TargetEndianness, false > >::ch_size

Definition at line 568 of file ELFTypes.h.

template<endianness TargetEndianness>
Elf_Word llvm::object::Elf_Chdr_Impl< ELFType< TargetEndianness, false > >::ch_type

Definition at line 567 of file ELFTypes.h.


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