LLVM 20.0.0git
|
#include "llvm/ObjectYAML/WasmYAML.h"
Public Attributes | |
StringRef | Name |
ExportKind | Kind |
uint32_t | Index |
Definition at line 59 of file WasmYAML.h.
uint32_t llvm::WasmYAML::Export::Index |
Definition at line 62 of file WasmYAML.h.
ExportKind llvm::WasmYAML::Export::Kind |
Definition at line 61 of file WasmYAML.h.
StringRef llvm::WasmYAML::Export::Name |
Definition at line 60 of file WasmYAML.h.