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

#include "llvm/Object/ELFTypes.h"

Collaboration diagram for llvm::object::Elf_Chdr_Impl< ELFType< TargetEndianness, false > >:
Collaboration graph
[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 548 of file ELFTypes.h.

Member Data Documentation

◆ ch_addralign

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

Definition at line 552 of file ELFTypes.h.

◆ ch_size

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

Definition at line 551 of file ELFTypes.h.

◆ ch_type

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

Definition at line 550 of file ELFTypes.h.


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