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

Elf_Dyn_Impl: This inherits from Elf_Dyn_Base, adding getters. More...

#include "llvm/Object/ELFTypes.h"

Inheritance diagram for llvm::object::Elf_Dyn_Impl< ELFT >:
Inheritance graph
[legend]

Public Types

using intX_t = std::conditional_t< ELFT::Is64Bits, int64_t, int32_t >
 
using uintX_t = std::conditional_t< ELFT::Is64Bits, uint64_t, uint32_t >
 

Public Member Functions

intX_t getTag () const
 
uintX_t getVal () const
 
uintX_t getPtr () const
 

Detailed Description

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

Elf_Dyn_Impl: This inherits from Elf_Dyn_Base, adding getters.

Definition at line 374 of file ELFTypes.h.

Member Typedef Documentation

◆ intX_t

template<class ELFT >
using llvm::object::Elf_Dyn_Impl< ELFT >::intX_t = std::conditional_t<ELFT::Is64Bits, int64_t, int32_t>

Definition at line 377 of file ELFTypes.h.

◆ uintX_t

template<class ELFT >
using llvm::object::Elf_Dyn_Impl< ELFT >::uintX_t = std::conditional_t<ELFT::Is64Bits, uint64_t, uint32_t>

Definition at line 378 of file ELFTypes.h.

Member Function Documentation

◆ getPtr()

template<class ELFT >
uintX_t llvm::object::Elf_Dyn_Impl< ELFT >::getPtr ( ) const
inline

Definition at line 381 of file ELFTypes.h.

◆ getTag()

template<class ELFT >
intX_t llvm::object::Elf_Dyn_Impl< ELFT >::getTag ( ) const
inline

Definition at line 379 of file ELFTypes.h.

◆ getVal()

template<class ELFT >
uintX_t llvm::object::Elf_Dyn_Impl< ELFT >::getVal ( ) const
inline

Definition at line 380 of file ELFTypes.h.


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