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

References

lib/Object/WasmObjectFile.cpp
  213   Section.Offset = Ctx.Ptr - Ctx.Start;
  225     SectionCtx.Start = Ctx.Ptr;
  231     uint32_t SectionNameSize = SectionCtx.Ptr - SectionCtx.Start;
  258   Ctx.Start = getData().bytes_begin();
  259   Ctx.Ptr = Ctx.Start + 4;
  260   Ctx.End = Ctx.Start + getData().size();
  289   Ctx.Start = Sec.Content.data();
  290   Ctx.End = Ctx.Start + Sec.Content.size();
  291   Ctx.Ptr = Ctx.Start;
 1150     Function.CodeSectionOffset = FunctionStart - Ctx.Start;
 1229     Segment.SectionOffset = Ctx.Ptr - Ctx.Start;