25 references to Context
illink (25)
Linker\Driver.cs (25)
201Context.LogError(null, DiagnosticId.MissingArgumentForCommanLineOptionName, optionName);
928Pipeline p = Context.Pipeline;
933p.Process(Context);
941Context.FlushCachedWarnings();
942Context.Tracer.Finish();
943return Context.ErrorsCount > 0 ? 1 : 0;
955Context.LogMessage(lex.MessageContainer);
961Context.LogError(null, DiagnosticId.FailedToResolveMetadataElement, re.Message);
964Context.LogError(null, DiagnosticId.LinkerUnexpectedError);
1009Context.LogError(null, DiagnosticId.AssemblyInCustomStepOptionCouldNotBeFound, arg);
1012Context.LogError(null, DiagnosticId.AssemblyPathInCustomStepMustBeFullyQualified, arg);
1087Context.LogError(null, DiagnosticId.InvalidArgForCustomStep, arg);
1094Context.LogError(null, DiagnosticId.ExpectedSignToControlNewStepInsertion);
1119Context.LogError(null, DiagnosticId.PipelineStepCouldNotBeFound, targetName);
1144Context.LogError(null, DiagnosticId.PipelineStepCouldNotBeFound, targetName);
1156Context.LogError(null, DiagnosticId.CustomStepTypeIsIncompatibleWithLinkerVersion, stepType.ToString());
1193Context.LogError(null, DiagnosticId.CustomStepTypeCouldNotBeFound, type);
1209Context.LogError(null, DiagnosticId.CustomStepTypeCouldNotBeFound, type);
1215Context.LogError(null, DiagnosticId.CustomStepTypeIsIncompatibleWithLinkerVersion, type);
1264Context.LogError(null, DiagnosticId.InvalidAssemblyAction, s);
1282Context.LogError(null, DiagnosticId.InvalidAssemblyRootMode, s);
1295Context.LogError(null, DiagnosticId.InvalidWarningVersion, text);
1330Context.LogError(null, DiagnosticId.InvalidOptimizationValue, text);
1350Context.LogError(null, DiagnosticId.InvalidMetadataOption, text);
1395Context.LogError(null, DiagnosticId.InvalidArgumentForTokenOption, token);