LLVM
8.0.1
|
#include "llvm/BinaryFormat/Wasm.h"
Public Attributes | |
uint32_t | Segment |
uint32_t | Offset |
uint32_t | Size |
uint32_t llvm::wasm::WasmDataReference::Offset |
Definition at line 148 of file Wasm.h.
Referenced by llvm::object::WasmObjectFile::getWasmSymbolValue(), llvm::yaml::MappingTraits< WasmYAML::SymbolInfo >::mapping(), llvm::object::WasmSymbol::print(), and ResolveSymbol().
uint32_t llvm::wasm::WasmDataReference::Segment |
Definition at line 147 of file Wasm.h.
Referenced by llvm::object::WasmObjectFile::getWasmSymbolValue(), llvm::yaml::MappingTraits< WasmYAML::SymbolInfo >::mapping(), llvm::object::WasmSymbol::print(), and ResolveSymbol().
uint32_t llvm::wasm::WasmDataReference::Size |
Definition at line 149 of file Wasm.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::SymbolInfo >::mapping(), and llvm::object::WasmSymbol::print().