LLVM: llvm::WasmYAML::Relocation Struct Reference (original) (raw)
#include "[llvm/ObjectYAML/WasmYAML.h](WasmYAML%5F8h%5Fsource.html)"
| 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:
- include/llvm/ObjectYAML/WasmYAML.h