LLVM API Documentation

Public Member Functions | Public Attributes
llvm::object::Elf_Rel_Base< ELFType< TargetEndianness, MaxAlign, true >, true > Struct Template Reference

#include <ELFTypes.h>

Collaboration diagram for llvm::object::Elf_Rel_Base< ELFType< TargetEndianness, MaxAlign, true >, true >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

uint64_t getRInfo (bool isMips64EL) const
void setRInfo (uint64_t R)

Public Attributes

Elf_Addr r_offset
Elf_Xword r_info
Elf_Sxword r_addend

Detailed Description

template<endianness TargetEndianness, std::size_t MaxAlign>
struct llvm::object::Elf_Rel_Base< ELFType< TargetEndianness, MaxAlign, true >, true >

Definition at line 341 of file ELFTypes.h.


Member Function Documentation

template<endianness TargetEndianness, std::size_t MaxAlign>
uint64_t llvm::object::Elf_Rel_Base< ELFType< TargetEndianness, MaxAlign, true >, true >::getRInfo ( bool  isMips64EL) const [inline]

Definition at line 347 of file ELFTypes.h.

template<endianness TargetEndianness, std::size_t MaxAlign>
void llvm::object::Elf_Rel_Base< ELFType< TargetEndianness, MaxAlign, true >, true >::setRInfo ( uint64_t  R) [inline]

Definition at line 357 of file ELFTypes.h.


Member Data Documentation

template<endianness TargetEndianness, std::size_t MaxAlign>
Elf_Sxword llvm::object::Elf_Rel_Base< ELFType< TargetEndianness, MaxAlign, true >, true >::r_addend

Definition at line 345 of file ELFTypes.h.

template<endianness TargetEndianness, std::size_t MaxAlign>
Elf_Xword llvm::object::Elf_Rel_Base< ELFType< TargetEndianness, MaxAlign, true >, true >::r_info

Definition at line 344 of file ELFTypes.h.

template<endianness TargetEndianness, std::size_t MaxAlign>
Elf_Addr llvm::object::Elf_Rel_Base< ELFType< TargetEndianness, MaxAlign, true >, true >::r_offset

Definition at line 343 of file ELFTypes.h.


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