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

#include <ELFTypes.h>

Collaboration diagram for llvm::object::Elf_Dyn_Base< ELFType< TargetEndianness, true > >:
[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 350 of file ELFTypes.h.

Member Data Documentation

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

Definition at line 355 of file ELFTypes.h.

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

Definition at line 352 of file ELFTypes.h.

union { ... } llvm::object::Elf_Dyn_Base< ELFType< TargetEndianness, true > >::d_un
template<endianness TargetEndianness>
Elf_Xword llvm::object::Elf_Dyn_Base< ELFType< TargetEndianness, true > >::d_val

Definition at line 354 of file ELFTypes.h.


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