|
LLVM 22.0.0git
|
#include "llvm/Object/Wasm.h"
Public Member Functions | |
| WasmSection ()=default | |
Public Attributes | |
| uint32_t | Type = 0 |
| uint32_t | Offset = 0 |
| StringRef | Name |
| uint32_t | Comdat = UINT32_MAX |
| ArrayRef< uint8_t > | Content |
| std::vector< wasm::WasmRelocation > | Relocations |
| std::optional< uint8_t > | HeaderSecSizeEncodingLen |
|
default |
Definition at line 116 of file Wasm.h.
Referenced by llvm::objcopy::wasm::Reader::create(), llvm::object::WasmObjectFile::getSectionContents(), and llvm::object::WasmObjectFile::getSectionSize().
| std::optional<uint8_t> llvm::object::WasmSection::HeaderSecSizeEncodingLen |
Definition at line 119 of file Wasm.h.
Referenced by llvm::objcopy::wasm::Reader::create().
| StringRef llvm::object::WasmSection::Name |
Definition at line 114 of file Wasm.h.
Referenced by llvm::objcopy::wasm::Reader::create(), and llvm::object::WasmObjectFile::getSectionName().
| std::vector<wasm::WasmRelocation> llvm::object::WasmSection::Relocations |
Definition at line 117 of file Wasm.h.
Referenced by llvm::object::WasmObjectFile::section_rel_end().
| uint32_t llvm::object::WasmSection::Type = 0 |
Definition at line 112 of file Wasm.h.
Referenced by llvm::objcopy::wasm::Reader::create(), llvm::object::WasmObjectFile::getSectionName(), llvm::object::WasmObjectFile::isSectionData(), and llvm::object::WasmObjectFile::isSectionText().