struct TableSection
Declaration
struct TableSection : public Section { /* full declaration omitted */ };
Declared at: llvm/include/llvm/ObjectYAML/WasmYAML.h:316
Inherits from: Section
Member Variables
- public std::vector<Table> Tables
Inherited from Section:
Method Overview
- public TableSection()
- public static bool classof(const llvm::WasmYAML::Section * S)
Inherited from Section:
Methods
¶TableSection()
TableSection()
Declared at: llvm/include/llvm/ObjectYAML/WasmYAML.h:317
¶static bool classof(
const llvm::WasmYAML::Section* S)
static bool classof(
const llvm::WasmYAML::Section* S)
Declared at: llvm/include/llvm/ObjectYAML/WasmYAML.h:319
Parameters
- const llvm::WasmYAML::Section* S