LLVM API Documentation

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

#include <ELF.h>

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

Public Attributes

Elf64_Sxword d_tag
 
union {
   Elf64_Xword   d_val
 
   Elf64_Addr   d_ptr
 
d_un
 

Detailed Description

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

Member Data Documentation

Elf64_Addr llvm::ELF::Elf64_Dyn::d_ptr

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

Elf64_Sxword llvm::ELF::Elf64_Dyn::d_tag

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

union { ... } llvm::ELF::Elf64_Dyn::d_un
Elf64_Xword llvm::ELF::Elf64_Dyn::d_val

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


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