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