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

#include "llvm/Object/ELFTypes.h"

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 535 of file ELFTypes.h.

Member Function Documentation

◆ buckets()

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

Definition at line 540 of file ELFTypes.h.

◆ chains()

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

Definition at line 544 of file ELFTypes.h.

Member Data Documentation

◆ nbucket

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

Definition at line 537 of file ELFTypes.h.

◆ nchain

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

Definition at line 538 of file ELFTypes.h.


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