LLVM 22.0.0git
|
#include "llvm/BinaryFormat/Wasm.h"
Public Member Functions | |
WasmRelocType | getType () const |
Public Attributes | |
uint8_t | Type |
uint32_t | Index |
uint64_t | Offset |
int64_t | Addend |
|
inline |
uint32_t llvm::wasm::WasmRelocation::Index |
Definition at line 452 of file Wasm.h.
Referenced by llvm::object::WasmObjectFile::getRelocationSymbol().
uint64_t llvm::wasm::WasmRelocation::Offset |
Definition at line 453 of file Wasm.h.
Referenced by llvm::object::WasmObjectFile::getRelocationOffset().
uint8_t llvm::wasm::WasmRelocation::Type |
Definition at line 451 of file Wasm.h.
Referenced by llvm::object::WasmObjectFile::getRelocationSymbol(), llvm::object::WasmObjectFile::getRelocationType(), llvm::object::WasmObjectFile::getRelocationTypeName(), and getType().