|
LLVM 22.0.0git
|
#include "llvm/ObjectYAML/WasmYAML.h"
Public Attributes | |
| uint32_t | Index |
| StringRef | Name |
| SymbolKind | Kind |
| SymbolFlags | Flags |
| union { | |
| uint32_t ElementIndex | |
| wasm::WasmDataReference DataRef | |
| }; | |
Definition at line 161 of file WasmYAML.h.
| union { ... } llvm::WasmYAML::SymbolInfo |
| wasm::WasmDataReference llvm::WasmYAML::SymbolInfo::DataRef |
Definition at line 168 of file WasmYAML.h.
| uint32_t llvm::WasmYAML::SymbolInfo::ElementIndex |
Definition at line 167 of file WasmYAML.h.
| SymbolFlags llvm::WasmYAML::SymbolInfo::Flags |
Definition at line 165 of file WasmYAML.h.
| uint32_t llvm::WasmYAML::SymbolInfo::Index |
Definition at line 162 of file WasmYAML.h.
| SymbolKind llvm::WasmYAML::SymbolInfo::Kind |
Definition at line 164 of file WasmYAML.h.
| StringRef llvm::WasmYAML::SymbolInfo::Name |
Definition at line 163 of file WasmYAML.h.