LLVM: llvm::MachOYAML::Relocation Struct Reference (original) (raw)

#include "[llvm/ObjectYAML/MachOYAML.h](MachOYAML%5F8h%5Fsource.html)"

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

Definition at line 31 of file MachOYAML.h.

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: