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

References

tools/lld/ELF/LinkerScript.cpp
  113   if (ctx->memRegion)
  114     expandMemoryRegion(ctx->memRegion, size, ctx->memRegion->name,
  114     expandMemoryRegion(ctx->memRegion, size, ctx->memRegion->name,
  117   if (ctx->lmaRegion && ctx->memRegion != ctx->lmaRegion)
  809   ctx->memRegion = sec->memRegion;
  811   if (ctx->memRegion)
  812     dot = ctx->memRegion->curPos;
  821   if (ctx->memRegion && ctx->memRegion->curPos < dot)
  821   if (ctx->memRegion && ctx->memRegion->curPos < dot)
  822     expandMemoryRegion(ctx->memRegion, dot - ctx->memRegion->curPos,
  822     expandMemoryRegion(ctx->memRegion, dot - ctx->memRegion->curPos,
  823                        ctx->memRegion->name, sec->name);