LLVM
8.0.1
|
#include "llvm/ObjectYAML/WasmYAML.h"
Public Attributes | |
FileHeader | Header |
std::vector< std::unique_ptr< Section > > | Sections |
Definition at line 347 of file WasmYAML.h.
FileHeader llvm::WasmYAML::Object::Header |
Definition at line 348 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Object >::mapping().
std::vector<std::unique_ptr<Section> > llvm::WasmYAML::Object::Sections |
Definition at line 349 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Object >::mapping().