LLVM 20.0.0git
|
#include "ObjCopy/wasm/WasmObject.h"
Public Attributes | |
uint8_t | SectionType |
std::optional< uint8_t > | HeaderSecSizeEncodingLen |
StringRef | Name |
ArrayRef< uint8_t > | Contents |
Definition at line 22 of file WasmObject.h.
ArrayRef<uint8_t> llvm::objcopy::wasm::Section::Contents |
Definition at line 28 of file WasmObject.h.
Referenced by llvm::objcopy::wasm::dumpSectionToFile(), and llvm::objcopy::wasm::handleArgs().
std::optional<uint8_t> llvm::objcopy::wasm::Section::HeaderSecSizeEncodingLen |
Definition at line 26 of file WasmObject.h.
StringRef llvm::objcopy::wasm::Section::Name |
Definition at line 27 of file WasmObject.h.
Referenced by llvm::objcopy::wasm::Reader::create(), llvm::objcopy::wasm::dumpSectionToFile(), llvm::objcopy::wasm::handleArgs(), llvm::objcopy::wasm::isCommentSection(), llvm::objcopy::wasm::isDebugSection(), llvm::objcopy::wasm::isLinkerSection(), and llvm::objcopy::wasm::isNameSection().
uint8_t llvm::objcopy::wasm::Section::SectionType |
Definition at line 25 of file WasmObject.h.
Referenced by llvm::objcopy::wasm::Reader::create(), and llvm::objcopy::wasm::handleArgs().