struct TagSection
Declaration
struct TagSection : public Section { /* full declaration omitted */ };
Declared at: llvm/include/llvm/ObjectYAML/WasmYAML.h:336
Inherits from: Section
Member Variables
- public std::vector<uint32_t> TagTypes
Inherited from Section:
Method Overview
- public TagSection()
- public static bool classof(const llvm::WasmYAML::Section * S)
Inherited from Section:
Methods
¶TagSection()
TagSection()
Declared at: llvm/include/llvm/ObjectYAML/WasmYAML.h:337
¶static bool classof(
const llvm::WasmYAML::Section* S)
static bool classof(
const llvm::WasmYAML::Section* S)
Declared at: llvm/include/llvm/ObjectYAML/WasmYAML.h:339
Parameters
- const llvm::WasmYAML::Section* S