LLVM
8.0.1
|
#include "llvm/ObjectYAML/WasmYAML.h"
Public Attributes | |
StringRef | Name |
std::vector< ComdatEntry > | Entries |
Definition at line 161 of file WasmYAML.h.
std::vector<ComdatEntry> llvm::WasmYAML::Comdat::Entries |
Definition at line 163 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Comdat >::mapping().
StringRef llvm::WasmYAML::Comdat::Name |
Definition at line 162 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Comdat >::mapping().