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

#include "llvm/ObjectYAML/ELFYAML.h"

Public Attributes

llvm::yaml::Hex64 Offset
 
YAMLIntUInt Addend
 
ELF_REL Type
 
std::optional< StringRefSymbol
 

Detailed Description

Definition at line 590 of file ELFYAML.h.

Member Data Documentation

◆ Addend

YAMLIntUInt llvm::ELFYAML::Relocation::Addend

◆ Offset

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

◆ Symbol

std::optional<StringRef> llvm::ELFYAML::Relocation::Symbol

◆ Type

ELF_REL llvm::ELFYAML::Relocation::Type

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