LLVM  3.7.0
Public Attributes | List of all members
llvm::object::Elf_Rel_Impl< ELFType< TargetEndianness, true >, true > Struct Template Reference

#include <ELFTypes.h>

Inheritance diagram for llvm::object::Elf_Rel_Impl< ELFType< TargetEndianness, true >, true >:
[legend]
Collaboration diagram for llvm::object::Elf_Rel_Impl< ELFType< TargetEndianness, true >, true >:
[legend]

Public Attributes

Elf_Sxword r_addend
 
- Public Attributes inherited from llvm::object::Elf_Rel_Impl< ELFType< TargetEndianness, true >, false >
Elf_Addr r_offset
 
Elf_Xword r_info
 

Additional Inherited Members

- Public Member Functions inherited from llvm::object::Elf_Rel_Impl< ELFType< TargetEndianness, true >, false >
uint64_t getRInfo (bool isMips64EL) const
 
void setRInfo (uint64_t R, bool IsMips64EL)
 
uint32_t getSymbol (bool isMips64EL) const
 
uint32_t getType (bool isMips64EL) const
 
void setSymbol (uint32_t s, bool IsMips64EL)
 
void setType (uint32_t t, bool IsMips64EL)
 
void setSymbolAndType (uint32_t s, uint32_t t, bool IsMips64EL)
 

Detailed Description

template<endianness TargetEndianness>
struct llvm::object::Elf_Rel_Impl< ELFType< TargetEndianness, true >, true >

Definition at line 408 of file ELFTypes.h.

Member Data Documentation

template<endianness TargetEndianness>
Elf_Sxword llvm::object::Elf_Rel_Impl< ELFType< TargetEndianness, true >, true >::r_addend

Definition at line 411 of file ELFTypes.h.


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