LLVM
8.0.1
|
#include "llvm/Object/Wasm.h"
Public Member Functions | |
WasmSection ()=default | |
Public Attributes | |
uint32_t | Type = 0 |
uint32_t | Offset = 0 |
StringRef | Name |
ArrayRef< uint8_t > | Content |
std::vector< wasm::WasmRelocation > | Relocations |
|
default |
ArrayRef<uint8_t> llvm::object::WasmSection::Content |
Definition at line 110 of file Wasm.h.
Referenced by llvm::object::WasmObjectFile::getSectionContents(), and llvm::object::WasmObjectFile::getSectionSize().
StringRef llvm::object::WasmSection::Name |
Definition at line 109 of file Wasm.h.
Referenced by llvm::object::WasmObjectFile::getSectionName().
std::vector<wasm::WasmRelocation> llvm::object::WasmSection::Relocations |
Definition at line 111 of file Wasm.h.
Referenced by llvm::object::WasmObjectFile::section_rel_end().
uint32_t llvm::object::WasmSection::Type = 0 |
Definition at line 107 of file Wasm.h.
Referenced by llvm::object::WasmObjectFile::getSectionName(), llvm::object::WasmObjectFile::isSectionData(), and llvm::object::WasmObjectFile::isSectionText().