struct DataSection
Declaration
struct DataSection : public Section { /* full declaration omitted */ };
Declared at: llvm/include/llvm/ObjectYAML/WasmYAML.h:396
Inherits from: Section
Member Variables
- public std::vector<DataSegment> Segments
Inherited from Section:
Method Overview
- public DataSection()
- public static bool classof(const llvm::WasmYAML::Section * S)
Inherited from Section:
Methods
¶DataSection()
DataSection()
Declared at: llvm/include/llvm/ObjectYAML/WasmYAML.h:397
¶static bool classof(
const llvm::WasmYAML::Section* S)
static bool classof(
const llvm::WasmYAML::Section* S)
Declared at: llvm/include/llvm/ObjectYAML/WasmYAML.h:399
Parameters
- const llvm::WasmYAML::Section* S