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

#include "llvm/Object/ELFTypes.h"

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 578 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 582 of file ELFTypes.h.

◆ ch_size

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

Definition at line 581 of file ELFTypes.h.

◆ ch_type

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

Definition at line 580 of file ELFTypes.h.


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