LLVM 19.0.0git
Public Attributes | List of all members
llvm::MachOYAML::Relocation Struct Reference

#include "llvm/ObjectYAML/MachOYAML.h"

Public Attributes

llvm::yaml::Hex32 address
 
uint32_t symbolnum
 
bool is_pcrel
 
uint8_t length
 
bool is_extern
 
uint8_t type
 
bool is_scattered
 
int32_t value
 

Detailed Description

Definition at line 31 of file MachOYAML.h.

Member Data Documentation

◆ address

llvm::yaml::Hex32 llvm::MachOYAML::Relocation::address

◆ is_extern

bool llvm::MachOYAML::Relocation::is_extern

◆ is_pcrel

bool llvm::MachOYAML::Relocation::is_pcrel

◆ is_scattered

bool llvm::MachOYAML::Relocation::is_scattered

◆ length

uint8_t llvm::MachOYAML::Relocation::length

◆ symbolnum

uint32_t llvm::MachOYAML::Relocation::symbolnum

◆ type

uint8_t llvm::MachOYAML::Relocation::type

◆ value

int32_t llvm::MachOYAML::Relocation::value

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