LLVM  8.0.1
Public Attributes | List of all members
llvm::WasmYAML::Relocation Struct Reference

#include "llvm/ObjectYAML/WasmYAML.h"

Collaboration diagram for llvm::WasmYAML::Relocation:
Collaboration graph
[legend]

Public Attributes

RelocType Type
 
uint32_t Index
 
yaml::Hex32 Offset
 
int32_t Addend
 

Detailed Description

Definition at line 107 of file WasmYAML.h.

Member Data Documentation

◆ Addend

int32_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: