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

References

lib/MC/WasmObjectWriter.cpp
  829   startSection(Section, wasm::WASM_SEC_CODE);
  830   CodeSectionIndex = Section.Index;
  842     FuncSection.setSectionOffset(W.OS.tell() - Section.ContentsOffset);
  847   applyRelocations(CodeRelocations, Section.ContentsOffset);
  849   endSection(Section);