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

References

lib/Object/WasmObjectFile.cpp
  283     Sections.push_back(Sec);
  574       StringRef SectionName = Sections[Info.ElementIndex].Name;
  752   if (SectionIndex >= Sections.size())
  755   WasmSection &Section = Sections[SectionIndex];
  986   GlobalSection = Sections.size();
 1005   EventSection = Sections.size();
 1135   CodeSection = Sections.size();
 1201   DataSection = Sections.size();
 1390   const WasmSection &S = Sections[Sec.d.a];
 1423   const WasmSection &S = Sections[Sec.d.a];
 1429   const WasmSection &S = Sections[Sec.d.a];
 1521   Ref.d.a = Sections.size();
 1540   assert(Ref.d.a < Sections.size());
 1541   return Sections[Ref.d.a];
 1556   assert(Ref.d.a < Sections.size());
 1557   const WasmSection &Sec = Sections[Ref.d.a];