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

#include "llvm/ObjectYAML/WasmYAML.h"

Collaboration diagram for llvm::WasmYAML::Comdat:
Collaboration graph
[legend]

Public Attributes

StringRef Name
 
std::vector< ComdatEntryEntries
 

Detailed Description

Definition at line 161 of file WasmYAML.h.

Member Data Documentation

◆ Entries

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

Definition at line 163 of file WasmYAML.h.

Referenced by llvm::yaml::MappingTraits< WasmYAML::Comdat >::mapping().

◆ Name

StringRef llvm::WasmYAML::Comdat::Name

Definition at line 162 of file WasmYAML.h.

Referenced by llvm::yaml::MappingTraits< WasmYAML::Comdat >::mapping().


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