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

References

tools/lld/wasm/InputChunks.cpp
   93   memcpy(buf + outputOffset, data().data(), data().size());
  105   int32_t off = outputOffset - getInputSectionOffset();
  150   int32_t off = outputOffset - getInputSectionOffset();
  266   buf += outputOffset;
tools/lld/wasm/InputFiles.cpp
  113     return getSectionSymbol(reloc.Index)->section->outputOffset + reloc.Addend;
  207     return f->function->outputOffset + f->function->getFunctionCodeOffset() +
  211     return getSectionSymbol(reloc.Index)->section->outputOffset + reloc.Addend;
tools/lld/wasm/OutputSections.cpp
   90     func->outputOffset = bodySize;
  169       inputSeg->outputOffset = segment->sectionOffset + segment->header.size() +
  229     section->outputOffset = payloadSize;