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

References

lib/ObjectYAML/WasmEmitter.cpp
  170   writeStringRef(Section.Name, OS);
  171   encodeULEB128(Section.Version, OS);
  176   if (Section.SymbolTable.size()) {
  179     encodeULEB128(Section.SymbolTable.size(), SubSection.getStream());
  183     for (const WasmYAML::SymbolInfo &Info : Section.SymbolTable) {
  216   if (Section.SegmentInfos.size()) {
  218     encodeULEB128(Section.SegmentInfos.size(), SubSection.getStream());
  219     for (const WasmYAML::SegmentInfo &SegmentInfo : Section.SegmentInfos) {
  228   if (Section.InitFunctions.size()) {
  230     encodeULEB128(Section.InitFunctions.size(), SubSection.getStream());
  231     for (const WasmYAML::InitFunction &Func : Section.InitFunctions) {
  239   if (Section.Comdats.size()) {
  241     encodeULEB128(Section.Comdats.size(), SubSection.getStream());
  242     for (const auto &C : Section.Comdats) {