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

References

lib/MC/WasmObjectWriter.cpp
  857   startSection(Section, wasm::WASM_SEC_DATA);
  858   DataSectionIndex = Section.Index;
  872     Segment.Section->setSectionOffset(W.OS.tell() - Section.ContentsOffset);
  877   applyRelocations(DataRelocations, Section.ContentsOffset);
  879   endSection(Section);