LLVM 20.0.0git
|
#include "llvm/BinaryFormat/Wasm.h"
Public Attributes | |
uint8_t | Type |
uint32_t | Index |
uint64_t | Offset |
int64_t | Addend |
uint32_t llvm::wasm::WasmRelocation::Index |
Definition at line 435 of file Wasm.h.
Referenced by llvm::object::WasmObjectFile::getRelocationSymbol().
uint64_t llvm::wasm::WasmRelocation::Offset |
Definition at line 436 of file Wasm.h.
Referenced by llvm::object::WasmObjectFile::getRelocationOffset().
uint8_t llvm::wasm::WasmRelocation::Type |
Definition at line 434 of file Wasm.h.
Referenced by llvm::object::WasmObjectFile::getRelocationSymbol(), llvm::object::WasmObjectFile::getRelocationType(), and llvm::object::WasmObjectFile::getRelocationTypeName().