LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::object::Elf_GnuHash_Impl< ELFT > Struct Template Reference

#include <ELFTypes.h>

Collaboration diagram for llvm::object::Elf_GnuHash_Impl< ELFT >:
[legend]

Public Member Functions

ArrayRef< Elf_Off > filter () const
 
ArrayRef< Elf_Word > buckets () const
 
ArrayRef< Elf_Word > values (unsigned DynamicSymCount) const
 

Public Attributes

Elf_Word nbuckets
 
Elf_Word symndx
 
Elf_Word maskwords
 
Elf_Word shift2
 

Detailed Description

template<class ELFT>
struct llvm::object::Elf_GnuHash_Impl< ELFT >

Definition at line 36 of file ELFTypes.h.

Member Function Documentation

template<class ELFT >
ArrayRef<Elf_Word> llvm::object::Elf_GnuHash_Impl< ELFT >::buckets ( ) const
inline

Definition at line 552 of file ELFTypes.h.

template<class ELFT >
ArrayRef<Elf_Off> llvm::object::Elf_GnuHash_Impl< ELFT >::filter ( ) const
inline

Definition at line 547 of file ELFTypes.h.

template<class ELFT >
ArrayRef<Elf_Word> llvm::object::Elf_GnuHash_Impl< ELFT >::values ( unsigned  DynamicSymCount) const
inline

Definition at line 557 of file ELFTypes.h.

Member Data Documentation

template<class ELFT >
Elf_Word llvm::object::Elf_GnuHash_Impl< ELFT >::maskwords

Definition at line 544 of file ELFTypes.h.

template<class ELFT >
Elf_Word llvm::object::Elf_GnuHash_Impl< ELFT >::nbuckets

Definition at line 542 of file ELFTypes.h.

template<class ELFT >
Elf_Word llvm::object::Elf_GnuHash_Impl< ELFT >::shift2

Definition at line 545 of file ELFTypes.h.

template<class ELFT >
Elf_Word llvm::object::Elf_GnuHash_Impl< ELFT >::symndx

Definition at line 543 of file ELFTypes.h.


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