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

References

lib/ObjectYAML/WasmEmitter.cpp
  239   if (Section.Comdats.size()) {
  241     encodeULEB128(Section.Comdats.size(), SubSection.getStream());
  242     for (const auto &C : Section.Comdats) {
lib/ObjectYAML/WasmYAML.cpp
   73   IO.mapOptional("Comdats", Section.Comdats);
tools/obj2yaml/wasm2yaml.cpp
   81       LinkingSec->Comdats.emplace_back(WasmYAML::Comdat{ComdatName, {}});
   84         LinkingSec->Comdats[Func.Comdat].Entries.emplace_back(
  100         LinkingSec->Comdats[Segment.Data.Comdat].Entries.emplace_back(