LLVM: llvm::WasmYAML::NameSection Struct Reference (original) (raw)
#include "[llvm/ObjectYAML/WasmYAML.h](WasmYAML%5F8h%5Fsource.html)"
Inheritance diagram for llvm::WasmYAML::NameSection:
| Public Member Functions | |
|---|---|
| NameSection () | |
| Public Member Functions inherited from llvm::WasmYAML::CustomSection | |
| CustomSection (StringRef Name) | |
| Public Member Functions inherited from llvm::WasmYAML::Section | |
| Section (SectionType SecType) | |
| virtual | ~Section () |
| Public Attributes | |
|---|---|
| std::vector< NameEntry > | FunctionNames |
| std::vector< NameEntry > | GlobalNames |
| std::vector< NameEntry > | DataSegmentNames |
| Public Attributes inherited from llvm::WasmYAML::CustomSection | |
| StringRef | Name |
| yaml::BinaryRef | Payload |
| Public Attributes inherited from llvm::WasmYAML::Section | |
| SectionType | Type |
| std::vector< Relocation > | Relocations |
| std::optional< uint8_t > | HeaderSecSizeEncodingLen |
Detailed Description
Definition at line 237 of file WasmYAML.h.
Constructor & Destructor Documentation
| llvm::WasmYAML::NameSection::NameSection ( ) | inline |
|---|
Member Function Documentation
◆ classof()
Member Data Documentation
◆ DataSegmentNames
std::vector<NameEntry> llvm::WasmYAML::NameSection::DataSegmentNames
◆ FunctionNames
std::vector<NameEntry> llvm::WasmYAML::NameSection::FunctionNames
◆ GlobalNames
std::vector<NameEntry> llvm::WasmYAML::NameSection::GlobalNames
The documentation for this struct was generated from the following file:
- include/llvm/ObjectYAML/WasmYAML.h