LLVM API Documentation

Public Member Functions | Public Attributes
llvm::ELF::Elf64_Rel Struct Reference

#include <ELF.h>

Collaboration diagram for llvm::ELF::Elf64_Rel:
Collaboration graph
[legend]

List of all members.

Public Member Functions

Elf64_Word getSymbol () const
Elf64_Word getType () const
void setSymbol (Elf64_Word s)
void setType (Elf64_Word t)
void setSymbolAndType (Elf64_Word s, Elf64_Word t)

Public Attributes

Elf64_Addr r_offset
Elf64_Xword r_info

Detailed Description

Definition at line 1306 of file Support/ELF.h.


Member Function Documentation

Elf64_Word llvm::ELF::Elf64_Rel::getSymbol ( ) const [inline]

Definition at line 1312 of file Support/ELF.h.

References r_info.

Referenced by setType().

Elf64_Word llvm::ELF::Elf64_Rel::getType ( ) const [inline]

Definition at line 1313 of file Support/ELF.h.

References r_info.

Referenced by setSymbol().

void llvm::ELF::Elf64_Rel::setSymbol ( Elf64_Word  s) [inline]

Definition at line 1316 of file Support/ELF.h.

References getType(), and setSymbolAndType().

void llvm::ELF::Elf64_Rel::setSymbolAndType ( Elf64_Word  s,
Elf64_Word  t 
) [inline]

Definition at line 1318 of file Support/ELF.h.

References r_info.

Referenced by setSymbol(), and setType().

void llvm::ELF::Elf64_Rel::setType ( Elf64_Word  t) [inline]

Definition at line 1317 of file Support/ELF.h.

References getSymbol(), and setSymbolAndType().


Member Data Documentation

Definition at line 1308 of file Support/ELF.h.

Referenced by getSymbol(), getType(), and setSymbolAndType().

Definition at line 1307 of file Support/ELF.h.


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