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

References

lib/Object/WasmObjectFile.cpp
  351   while (Ctx.Ptr < Ctx.End) {
  351   while (Ctx.Ptr < Ctx.End) {
  352     uint8_t Type = readUint8(Ctx);
  353     uint32_t Size = readVaruint32(Ctx);
  354     const uint8_t *SubSectionEnd = Ctx.Ptr + Size;
  357       uint32_t Count = readVaruint32(Ctx);
  359         uint32_t Index = readVaruint32(Ctx);
  363         StringRef Name = readString(Ctx);
  376       Ctx.Ptr += Size;
  379     if (Ctx.Ptr != SubSectionEnd)
  384   if (Ctx.Ptr != Ctx.End)
  384   if (Ctx.Ptr != Ctx.End)