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

References

lib/MC/WasmObjectWriter.cpp
  362   Section.ContentsOffset = W.OS.tell();
  379   Section.ContentsOffset = W.OS.tell();
  842     FuncSection.setSectionOffset(W.OS.tell() - Section.ContentsOffset);
  847   applyRelocations(CodeRelocations, Section.ContentsOffset);
  872     Segment.Section->setSectionOffset(W.OS.tell() - Section.ContentsOffset);
  877   applyRelocations(DataRelocations, Section.ContentsOffset);
 1020   Sec->setSectionOffset(W.OS.tell() - Section.ContentsOffset);
 1023   CustomSection.OutputContentsOffset = Section.ContentsOffset;