LLVM 22.0.0git
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 632 of file ELFYAML.h.

Member Data Documentation

◆ Addend

YAMLIntUInt llvm::ELFYAML::Relocation::Addend

Definition at line 634 of file ELFYAML.h.

◆ Offset

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

Definition at line 633 of file ELFYAML.h.

◆ Symbol

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

Definition at line 636 of file ELFYAML.h.

◆ Type

ELF_REL llvm::ELFYAML::Relocation::Type

Definition at line 635 of file ELFYAML.h.


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