25 references to Context
illink (25)
Linker\Driver.cs (25)
212Context.LogError(null, DiagnosticId.MissingArgumentForCommanLineOptionName, optionName);
967Pipeline p = Context.Pipeline;
972p.Process(Context);
980Context.FlushCachedWarnings();
981Context.Tracer.Finish();
982return Context.ErrorsCount > 0 ? 1 : 0;
994Context.LogMessage(lex.MessageContainer);
1000Context.LogError(null, DiagnosticId.FailedToResolveMetadataElement, re.Message);
1003Context.LogError(null, DiagnosticId.LinkerUnexpectedError);
1050Context.LogError(null, DiagnosticId.AssemblyInCustomStepOptionCouldNotBeFound, arg);
1053Context.LogError(null, DiagnosticId.AssemblyPathInCustomStepMustBeFullyQualified, arg);
1128Context.LogError(null, DiagnosticId.InvalidArgForCustomStep, arg);
1135Context.LogError(null, DiagnosticId.ExpectedSignToControlNewStepInsertion);
1160Context.LogError(null, DiagnosticId.PipelineStepCouldNotBeFound, targetName);
1185Context.LogError(null, DiagnosticId.PipelineStepCouldNotBeFound, targetName);
1197Context.LogError(null, DiagnosticId.CustomStepTypeIsIncompatibleWithLinkerVersion, stepType.ToString());
1234Context.LogError(null, DiagnosticId.CustomStepTypeCouldNotBeFound, type);
1250Context.LogError(null, DiagnosticId.CustomStepTypeCouldNotBeFound, type);
1256Context.LogError(null, DiagnosticId.CustomStepTypeIsIncompatibleWithLinkerVersion, type);
1308Context.LogError(null, DiagnosticId.InvalidAssemblyAction, s);
1326Context.LogError(null, DiagnosticId.InvalidAssemblyRootMode, s);
1339Context.LogError(null, DiagnosticId.InvalidWarningVersion, text);
1374Context.LogError(null, DiagnosticId.InvalidOptimizationValue, text);
1394Context.LogError(null, DiagnosticId.InvalidMetadataOption, text);
1441Context.LogError(null, DiagnosticId.InvalidArgumentForTokenOption, token);