LLVM
8.0.1
|
#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 154 of file Wasm.h.
Referenced by llvm::object::WasmObjectFile::getRelocationSymbol().
uint64_t llvm::wasm::WasmRelocation::Offset |
Definition at line 155 of file Wasm.h.
Referenced by llvm::object::WasmObjectFile::getRelocationOffset().
uint8_t llvm::wasm::WasmRelocation::Type |
Definition at line 153 of file Wasm.h.
Referenced by llvm::object::WasmObjectFile::getRelocationSymbol(), llvm::object::WasmObjectFile::getRelocationType(), and llvm::object::WasmObjectFile::getRelocationTypeName().