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

References

lib/Object/WasmObjectFile.cpp
  225     SectionCtx.Start = Ctx.Ptr;
  226     SectionCtx.Ptr = Ctx.Ptr;
  227     SectionCtx.End = Ctx.Ptr + Size;
  229     Section.Name = readString(SectionCtx);
  231     uint32_t SectionNameSize = SectionCtx.Ptr - SectionCtx.Start;
  231     uint32_t SectionNameSize = SectionCtx.Ptr - SectionCtx.Start;