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

References

lib/ObjectYAML/WasmEmitter.cpp
  551   for (const std::unique_ptr<WasmYAML::Section> &Sec : Obj.Sections) {
  605   for (const std::unique_ptr<WasmYAML::Section> &Sec : Obj.Sections) {
lib/ObjectYAML/WasmYAML.cpp
   41   IO.mapOptional("Sections", Object.Sections);
tools/obj2yaml/wasm2yaml.cpp
  371     Y->Sections.push_back(std::move(S));