LLVM 22.0.0git
llvm::object::Elf_Rel_Impl< ELFType< Endianness, false >, true > Struct Template Reference

#include "llvm/Object/ELFTypes.h"

Inheritance diagram for llvm::object::Elf_Rel_Impl< ELFType< Endianness, false >, true >:
[legend]

Public Attributes

Elf_Sword r_addend
Public Attributes inherited from llvm::object::Elf_Rel_Impl< ELFType< Endianness, false >, false >
Elf_Addr r_offset
Elf_Word r_info

Static Public Attributes

static const bool HasAddend = true
static const bool IsCrel = false
Static Public Attributes inherited from llvm::object::Elf_Rel_Impl< ELFType< Endianness, false >, false >
static const bool HasAddend = false
static const bool IsCrel = false

Additional Inherited Members

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

Detailed Description

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

Definition at line 425 of file ELFTypes.h.

Member Data Documentation

◆ HasAddend

template<endianness Endianness>
const bool llvm::object::Elf_Rel_Impl< ELFType< Endianness, false >, true >::HasAddend = true
static

Definition at line 428 of file ELFTypes.h.

◆ IsCrel

template<endianness Endianness>
const bool llvm::object::Elf_Rel_Impl< ELFType< Endianness, false >, true >::IsCrel = false
static

Definition at line 429 of file ELFTypes.h.

◆ r_addend

template<endianness Endianness>
Elf_Sword llvm::object::Elf_Rel_Impl< ELFType< Endianness, false >, true >::r_addend

Definition at line 430 of file ELFTypes.h.


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