LLVM 19.0.0git
Public Attributes | List of all members
llvm::wasm::WasmRelocation Struct Reference

#include "llvm/BinaryFormat/Wasm.h"

Public Attributes

uint8_t Type
 
uint32_t Index
 
uint64_t Offset
 
int64_t Addend
 

Detailed Description

Definition at line 430 of file Wasm.h.

Member Data Documentation

◆ Addend

int64_t llvm::wasm::WasmRelocation::Addend

Definition at line 434 of file Wasm.h.

◆ Index

uint32_t llvm::wasm::WasmRelocation::Index

Definition at line 432 of file Wasm.h.

Referenced by llvm::object::WasmObjectFile::getRelocationSymbol().

◆ Offset

uint64_t llvm::wasm::WasmRelocation::Offset

Definition at line 433 of file Wasm.h.

Referenced by llvm::object::WasmObjectFile::getRelocationOffset().

◆ Type

uint8_t llvm::wasm::WasmRelocation::Type

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