LLVM API Documentation
Elf_Dyn_Impl: This inherits from Elf_Dyn_Base, adding getters and setters. More...
#include <ELFTypes.h>


Public Member Functions | |
| int64_t | getTag () const |
| uint64_t | getVal () const |
| uint64_t | getPtr () const |
Elf_Dyn_Impl: This inherits from Elf_Dyn_Base, adding getters and setters.
Definition at line 280 of file ELFTypes.h.
| uint64_t llvm::object::Elf_Dyn_Impl< ELFT >::getPtr | ( | ) | const [inline] |
Definition at line 285 of file ELFTypes.h.
| int64_t llvm::object::Elf_Dyn_Impl< ELFT >::getTag | ( | ) | const [inline] |
Definition at line 283 of file ELFTypes.h.
| uint64_t llvm::object::Elf_Dyn_Impl< ELFT >::getVal | ( | ) | const [inline] |
Definition at line 284 of file ELFTypes.h.