|
LLVM
4.0.0
|
#include <Wasm.h>
Public Attributes | |
| uint32_t | Type |
| uint32_t | Offset |
| StringRef | Name |
| ArrayRef< uint8_t > | Content |
Definition at line 33 of file Support/Wasm.h.
| ArrayRef<uint8_t> llvm::wasm::WasmSection::Content |
Definition at line 37 of file Support/Wasm.h.
Referenced by llvm::object::WasmObjectFile::getSectionContents(), llvm::object::WasmObjectFile::getSectionSize(), and llvm::object::WasmObjectFile::WasmObjectFile().
| StringRef llvm::wasm::WasmSection::Name |
Definition at line 36 of file Support/Wasm.h.
Referenced by llvm::object::WasmObjectFile::getSectionName().
| uint32_t llvm::wasm::WasmSection::Offset |
Definition at line 35 of file Support/Wasm.h.
| uint32_t llvm::wasm::WasmSection::Type |
Definition at line 34 of file Support/Wasm.h.
Referenced by llvm::object::WasmObjectFile::getSectionName(), llvm::object::WasmObjectFile::isSectionData(), llvm::object::WasmObjectFile::isSectionText(), and llvm::object::WasmObjectFile::WasmObjectFile().
1.8.6