struct DataCountSection
Declaration
struct DataCountSection : public Section { /* full declaration omitted */ };
Declared at: llvm/include/llvm/ObjectYAML/WasmYAML.h:406
Inherits from: Section
Member Variables
- public uint32_t Count
Inherited from Section:
Method Overview
- public DataCountSection()
- public static bool classof(const llvm::WasmYAML::Section * S)
Inherited from Section:
Methods
¶DataCountSection()
DataCountSection()
Declared at: llvm/include/llvm/ObjectYAML/WasmYAML.h:407
¶static bool classof(
const llvm::WasmYAML::Section* S)
static bool classof(
const llvm::WasmYAML::Section* S)
Declared at: llvm/include/llvm/ObjectYAML/WasmYAML.h:409
Parameters
- const llvm::WasmYAML::Section* S