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

#include "llvm/Object/ELFTypes.h"

Collaboration diagram for llvm::object::Elf_Dyn_Base< ELFType< TargetEndianness, true > >:
Collaboration graph
[legend]

Public Attributes

Elf_Sxword d_tag
 
union llvm::object::Elf_Dyn_Base< ELFType< TargetEndianness, true > >:: { ... }  d_un
 
Elf_Xword d_val
 
Elf_Addr d_ptr
 

Detailed Description

template<endianness TargetEndianness>
struct llvm::object::Elf_Dyn_Base< ELFType< TargetEndianness, true > >

Definition at line 332 of file ELFTypes.h.

Member Data Documentation

◆ d_ptr

template<endianness TargetEndianness>
Elf_Addr llvm::object::Elf_Dyn_Base< ELFType< TargetEndianness, true > >::d_ptr

Definition at line 337 of file ELFTypes.h.

◆ d_tag

template<endianness TargetEndianness>
Elf_Sxword llvm::object::Elf_Dyn_Base< ELFType< TargetEndianness, true > >::d_tag

Definition at line 334 of file ELFTypes.h.

◆ d_un

union { ... } llvm::object::Elf_Dyn_Base< ELFType< TargetEndianness, true > >::d_un

◆ d_val

template<endianness TargetEndianness>
Elf_Xword llvm::object::Elf_Dyn_Base< ELFType< TargetEndianness, true > >::d_val

Definition at line 336 of file ELFTypes.h.


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