Elf_Dyn_Impl: This inherits from Elf_Dyn_Base, adding getters.
More...
#include "llvm/Object/ELFTypes.h"
|
using | intX_t = typename std::conditional< ELFT::Is64Bits, int64_t, int32_t >::type |
|
using | uintX_t = typename std::conditional< ELFT::Is64Bits, uint64_t, uint32_t >::type |
|
template<class ELFT>
struct llvm::object::Elf_Dyn_Impl< ELFT >
Elf_Dyn_Impl: This inherits from Elf_Dyn_Base, adding getters.
Definition at line 32 of file ELFTypes.h.
◆ intX_t
◆ uintX_t
◆ getPtr()
◆ getTag()
◆ getVal()
The documentation for this struct was generated from the following file: