LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
llvm::ELF::Elf32_Dyn Struct Reference

#include <ELF.h>

Collaboration diagram for llvm::ELF::Elf32_Dyn:
Collaboration graph
[legend]

Public Attributes

Elf32_Sword d_tag
 
union {
   Elf32_Word   d_val
 
   Elf32_Addr   d_ptr
 
d_un
 

Detailed Description

Definition at line 1504 of file Support/ELF.h.

Member Data Documentation

Elf32_Addr llvm::ELF::Elf32_Dyn::d_ptr

Definition at line 1510 of file Support/ELF.h.

Elf32_Sword llvm::ELF::Elf32_Dyn::d_tag

Definition at line 1506 of file Support/ELF.h.

union { ... } llvm::ELF::Elf32_Dyn::d_un
Elf32_Word llvm::ELF::Elf32_Dyn::d_val

Definition at line 1509 of file Support/ELF.h.


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