LLVM
8.0.1
|
#include "llvm/ObjectYAML/WasmYAML.h"
Public Attributes | |
uint32_t | TableIndex |
wasm::WasmInitExpr | Offset |
std::vector< uint32_t > | Functions |
Definition at line 64 of file WasmYAML.h.
std::vector<uint32_t> llvm::WasmYAML::ElemSegment::Functions |
Definition at line 67 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::ElemSegment >::mapping().
wasm::WasmInitExpr llvm::WasmYAML::ElemSegment::Offset |
Definition at line 66 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::ElemSegment >::mapping().
uint32_t llvm::WasmYAML::ElemSegment::TableIndex |
Definition at line 65 of file WasmYAML.h.