25 references to Context
illink (25)
Linker\Driver.cs (25)
201Context.LogError(null, DiagnosticId.MissingArgumentForCommanLineOptionName, optionName);
934Pipeline p = Context.Pipeline;
939p.Process(Context);
947Context.FlushCachedWarnings();
948Context.Tracer.Finish();
949return Context.ErrorsCount > 0 ? 1 : 0;
961Context.LogMessage(lex.MessageContainer);
967Context.LogError(null, DiagnosticId.FailedToResolveMetadataElement, re.Message);
970Context.LogError(null, DiagnosticId.LinkerUnexpectedError);
1015Context.LogError(null, DiagnosticId.AssemblyInCustomStepOptionCouldNotBeFound, arg);
1018Context.LogError(null, DiagnosticId.AssemblyPathInCustomStepMustBeFullyQualified, arg);
1093Context.LogError(null, DiagnosticId.InvalidArgForCustomStep, arg);
1100Context.LogError(null, DiagnosticId.ExpectedSignToControlNewStepInsertion);
1125Context.LogError(null, DiagnosticId.PipelineStepCouldNotBeFound, targetName);
1150Context.LogError(null, DiagnosticId.PipelineStepCouldNotBeFound, targetName);
1162Context.LogError(null, DiagnosticId.CustomStepTypeIsIncompatibleWithLinkerVersion, stepType.ToString());
1199Context.LogError(null, DiagnosticId.CustomStepTypeCouldNotBeFound, type);
1215Context.LogError(null, DiagnosticId.CustomStepTypeCouldNotBeFound, type);
1221Context.LogError(null, DiagnosticId.CustomStepTypeIsIncompatibleWithLinkerVersion, type);
1270Context.LogError(null, DiagnosticId.InvalidAssemblyAction, s);
1288Context.LogError(null, DiagnosticId.InvalidAssemblyRootMode, s);
1301Context.LogError(null, DiagnosticId.InvalidWarningVersion, text);
1336Context.LogError(null, DiagnosticId.InvalidOptimizationValue, text);
1356Context.LogError(null, DiagnosticId.InvalidMetadataOption, text);
1401Context.LogError(null, DiagnosticId.InvalidArgumentForTokenOption, token);