struct Elf_Dyn_Impl

Declaration

template <class ELFT>
struct Elf_Dyn_Impl { /* full declaration omitted */ };

Description

Elf_Dyn_Impl: This inherits from Elf_Dyn_Base, adding getters.

Declared at: llvm/include/llvm/Object/ELFTypes.h:373

Templates

ELFT

Method Overview

  • public llvm::object::Elf_Dyn_Impl::uintX_t getPtr() const
  • public llvm::object::Elf_Dyn_Impl::intX_t getTag() const
  • public llvm::object::Elf_Dyn_Impl::uintX_t getVal() const

Methods

llvm::object::Elf_Dyn_Impl::uintX_t getPtr() const

Declared at: llvm/include/llvm/Object/ELFTypes.h:380

llvm::object::Elf_Dyn_Impl::intX_t getTag() const

Declared at: llvm/include/llvm/Object/ELFTypes.h:378

llvm::object::Elf_Dyn_Impl::uintX_t getVal() const

Declared at: llvm/include/llvm/Object/ELFTypes.h:379