LLVM: llvm::object::Elf_Dyn_Impl< ELFT > Struct Template Reference (original) (raw)

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

#include "[llvm/Object/ELFTypes.h](ELFTypes%5F8h%5Fsource.html)"

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>

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

Elf_Dyn_Impl: This inherits from Elf_Dyn_Base, adding getters.

Definition at line 378 of file ELFTypes.h.

intX_t

uintX_t

getPtr()

getTag()

getVal()


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