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

References

lib/ObjectYAML/WasmEmitter.cpp
  216   if (Section.SegmentInfos.size()) {
  218     encodeULEB128(Section.SegmentInfos.size(), SubSection.getStream());
  219     for (const WasmYAML::SegmentInfo &SegmentInfo : Section.SegmentInfos) {
lib/ObjectYAML/WasmYAML.cpp
   71   IO.mapOptional("SegmentInfo", Section.SegmentInfos);
tools/obj2yaml/wasm2yaml.cpp
   97         LinkingSec->SegmentInfos.push_back(SegmentInfo);