reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ObjectYAML/WasmYAML.cpp
   67   commonSectionMapping(IO, Section);
   68   IO.mapRequired("Name", Section.Name);
   69   IO.mapRequired("Version", Section.Version);
   70   IO.mapOptional("SymbolTable", Section.SymbolTable);
   71   IO.mapOptional("SegmentInfo", Section.SegmentInfos);
   72   IO.mapOptional("InitFunctions", Section.InitFunctions);
   73   IO.mapOptional("Comdats", Section.Comdats);