LLVM 22.0.0git
llvm::WasmYAML::Relocation Struct Reference

#include "llvm/ObjectYAML/WasmYAML.h"

Public Attributes

RelocType Type
uint32_t Index
yaml::Hex32 Offset
int64_t Addend

Detailed Description

Definition at line 115 of file WasmYAML.h.

Member Data Documentation

◆ Addend

int64_t llvm::WasmYAML::Relocation::Addend

◆ Index

uint32_t llvm::WasmYAML::Relocation::Index

◆ Offset

yaml::Hex32 llvm::WasmYAML::Relocation::Offset

◆ Type

RelocType llvm::WasmYAML::Relocation::Type

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