struct NameSection
Declaration
struct NameSection : public CustomSection { /* full declaration omitted */ };
Declared at: llvm/include/llvm/ObjectYAML/WasmYAML.h:234
Inherits from: CustomSection
Member Variables
- public std::vector<NameEntry> FunctionNames
- public std::vector<NameEntry> GlobalNames
- public std::vector<NameEntry> DataSegmentNames
Inherited from CustomSection:
Inherited from Section:
Method Overview
- public NameSection()
- public static bool classof(const llvm::WasmYAML::Section * S)
Inherited from CustomSection:
Inherited from Section:
Methods
¶NameSection()
NameSection()
Declared at: llvm/include/llvm/ObjectYAML/WasmYAML.h:235
¶static bool classof(
const llvm::WasmYAML::Section* S)
static bool classof(
const llvm::WasmYAML::Section* S)
Declared at: llvm/include/llvm/ObjectYAML/WasmYAML.h:237
Parameters
- const llvm::WasmYAML::Section* S