LLVM 19.0.0git
Public Attributes | List of all members
llvm::WasmYAML::Comdat Struct Reference

#include "llvm/ObjectYAML/WasmYAML.h"

Public Attributes

StringRef Name
 
std::vector< ComdatEntryEntries
 

Detailed Description

Definition at line 181 of file WasmYAML.h.

Member Data Documentation

◆ Entries

std::vector<ComdatEntry> llvm::WasmYAML::Comdat::Entries

Definition at line 183 of file WasmYAML.h.

◆ Name

StringRef llvm::WasmYAML::Comdat::Name

Definition at line 182 of file WasmYAML.h.


The documentation for this struct was generated from the following file: