struct GlobalSection
Declaration
struct GlobalSection : public Section { /* full declaration omitted */ };
Declared at: llvm/include/llvm/ObjectYAML/WasmYAML.h:346
Inherits from: Section
Member Variables
- public std::vector<Global> Globals
Inherited from Section:
Method Overview
- public GlobalSection()
- public static bool classof(const llvm::WasmYAML::Section * S)
Inherited from Section:
Methods
¶GlobalSection()
GlobalSection()
Declared at: llvm/include/llvm/ObjectYAML/WasmYAML.h:347
¶static bool classof(
const llvm::WasmYAML::Section* S)
static bool classof(
const llvm::WasmYAML::Section* S)
Declared at: llvm/include/llvm/ObjectYAML/WasmYAML.h:349
Parameters
- const llvm::WasmYAML::Section* S