|
LLVM
8.0.1
|
#include "llvm/ObjectYAML/WasmYAML.h"

Public Attributes | |
| uint32_t | MemoryIndex |
| uint32_t | SectionOffset |
| wasm::WasmInitExpr | Offset |
| yaml::BinaryRef | Content |
Definition at line 114 of file WasmYAML.h.
| yaml::BinaryRef llvm::WasmYAML::DataSegment::Content |
Definition at line 118 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::DataSegment >::mapping().
| uint32_t llvm::WasmYAML::DataSegment::MemoryIndex |
Definition at line 115 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::DataSegment >::mapping().
| wasm::WasmInitExpr llvm::WasmYAML::DataSegment::Offset |
Definition at line 117 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::DataSegment >::mapping().
| uint32_t llvm::WasmYAML::DataSegment::SectionOffset |
Definition at line 116 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::DataSegment >::mapping().
1.8.13