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

References

lib/ExecutionEngine/JITLink/JITLinkGeneric.cpp
  198       SegContentSize = alignToBlock(SegContentSize, *B);
  198       SegContentSize = alignToBlock(SegContentSize, *B);
  199       SegContentSize += B->getSize();
  202     uint64_t SegZeroFillStart = SegContentSize;
  211     Segments[Prot] = {SegAlign, SegContentSize,
  218              << ", content size = " << SegContentSize