LLVM 19.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 616 of file ELFYAML.h.

Member Data Documentation

◆ Addend

YAMLIntUInt llvm::ELFYAML::Relocation::Addend

Definition at line 618 of file ELFYAML.h.

◆ Offset

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

Definition at line 617 of file ELFYAML.h.

◆ Symbol

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

Definition at line 620 of file ELFYAML.h.

◆ Type

ELF_REL llvm::ELFYAML::Relocation::Type

Definition at line 619 of file ELFYAML.h.


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