25 references to Context
illink (25)
Linker\Driver.cs (25)
201Context.LogError(null, DiagnosticId.MissingArgumentForCommanLineOptionName, optionName);
927Pipeline p = Context.Pipeline;
932p.Process(Context);
940Context.FlushCachedWarnings();
941Context.Tracer.Finish();
942return Context.ErrorsCount > 0 ? 1 : 0;
954Context.LogMessage(lex.MessageContainer);
960Context.LogError(null, DiagnosticId.FailedToResolveMetadataElement, re.Message);
963Context.LogError(null, DiagnosticId.LinkerUnexpectedError);
1008Context.LogError(null, DiagnosticId.AssemblyInCustomStepOptionCouldNotBeFound, arg);
1011Context.LogError(null, DiagnosticId.AssemblyPathInCustomStepMustBeFullyQualified, arg);
1086Context.LogError(null, DiagnosticId.InvalidArgForCustomStep, arg);
1093Context.LogError(null, DiagnosticId.ExpectedSignToControlNewStepInsertion);
1118Context.LogError(null, DiagnosticId.PipelineStepCouldNotBeFound, targetName);
1143Context.LogError(null, DiagnosticId.PipelineStepCouldNotBeFound, targetName);
1155Context.LogError(null, DiagnosticId.CustomStepTypeIsIncompatibleWithLinkerVersion, stepType.ToString());
1192Context.LogError(null, DiagnosticId.CustomStepTypeCouldNotBeFound, type);
1208Context.LogError(null, DiagnosticId.CustomStepTypeCouldNotBeFound, type);
1214Context.LogError(null, DiagnosticId.CustomStepTypeIsIncompatibleWithLinkerVersion, type);
1263Context.LogError(null, DiagnosticId.InvalidAssemblyAction, s);
1281Context.LogError(null, DiagnosticId.InvalidAssemblyRootMode, s);
1294Context.LogError(null, DiagnosticId.InvalidWarningVersion, text);
1329Context.LogError(null, DiagnosticId.InvalidOptimizationValue, text);
1349Context.LogError(null, DiagnosticId.InvalidMetadataOption, text);
1394Context.LogError(null, DiagnosticId.InvalidArgumentForTokenOption, token);