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

#include <ELFTypes.h>

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

Public Member Functions

ArrayRef< Elf_Word > buckets () const
 
ArrayRef< Elf_Word > chains () const
 

Public Attributes

Elf_Word nbucket
 
Elf_Word nchain
 

Detailed Description

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

Definition at line 469 of file ELFTypes.h.

Member Function Documentation

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

Definition at line 474 of file ELFTypes.h.

template<class ELFT >
ArrayRef<Elf_Word> llvm::object::Elf_Hash_Impl< ELFT >::chains ( ) const
inline

Definition at line 478 of file ELFTypes.h.

Member Data Documentation

template<class ELFT >
Elf_Word llvm::object::Elf_Hash_Impl< ELFT >::nbucket

Definition at line 471 of file ELFTypes.h.

template<class ELFT >
Elf_Word llvm::object::Elf_Hash_Impl< ELFT >::nchain

Definition at line 472 of file ELFTypes.h.


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