LLVM  8.0.1
Public Attributes | List of all members
llvm::ELFYAML::Relocation Struct Reference

#include "llvm/ObjectYAML/ELFYAML.h"

Collaboration diagram for llvm::ELFYAML::Relocation:
Collaboration graph
[legend]

Public Attributes

llvm::yaml::Hex64 Offset
 
int64_t Addend
 
ELF_REL Type
 
Optional< StringRefSymbol
 

Detailed Description

Definition at line 165 of file ELFYAML.h.

Member Data Documentation

◆ Addend

int64_t llvm::ELFYAML::Relocation::Addend

◆ Offset

llvm::yaml::Hex64 llvm::ELFYAML::Relocation::Offset

◆ Symbol

Optional<StringRef> llvm::ELFYAML::Relocation::Symbol

◆ Type

ELF_REL llvm::ELFYAML::Relocation::Type

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