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

References

lib/ObjectYAML/WasmEmitter.cpp
  450   encodeULEB128(Section.Segments.size(), OS);
  451   for (auto &Segment : Section.Segments) {
lib/ObjectYAML/WasmYAML.cpp
  143   IO.mapOptional("Segments", Section.Segments);
tools/obj2yaml/wasm2yaml.cpp
  317         ElemSec->Segments.push_back(Seg);