LLVM API Documentation

Public Member Functions
llvm::object::Elf_Dyn_Impl< ELFT > Struct Template Reference

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

#include <ELFTypes.h>

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

List of all members.

Public Member Functions

int64_t getTag () const
uint64_t getVal () const
uint64_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 and setters.

Definition at line 280 of file ELFTypes.h.


Member Function Documentation

template<class ELFT >
uint64_t llvm::object::Elf_Dyn_Impl< ELFT >::getPtr ( ) const [inline]

Definition at line 285 of file ELFTypes.h.

template<class ELFT >
int64_t llvm::object::Elf_Dyn_Impl< ELFT >::getTag ( ) const [inline]

Definition at line 283 of file ELFTypes.h.

template<class ELFT >
uint64_t llvm::object::Elf_Dyn_Impl< ELFT >::getVal ( ) const [inline]

Definition at line 284 of file ELFTypes.h.


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