25 references to Context
illink (25)
Linker\Driver.cs (25)
201Context.LogError(null, DiagnosticId.MissingArgumentForCommanLineOptionName, optionName);
921Pipeline p = Context.Pipeline;
926p.Process(Context);
934Context.FlushCachedWarnings();
935Context.Tracer.Finish();
936return Context.ErrorsCount > 0 ? 1 : 0;
948Context.LogMessage(lex.MessageContainer);
954Context.LogError(null, DiagnosticId.FailedToResolveMetadataElement, re.Message);
957Context.LogError(null, DiagnosticId.LinkerUnexpectedError);
1002Context.LogError(null, DiagnosticId.AssemblyInCustomStepOptionCouldNotBeFound, arg);
1005Context.LogError(null, DiagnosticId.AssemblyPathInCustomStepMustBeFullyQualified, arg);
1080Context.LogError(null, DiagnosticId.InvalidArgForCustomStep, arg);
1087Context.LogError(null, DiagnosticId.ExpectedSignToControlNewStepInsertion);
1112Context.LogError(null, DiagnosticId.PipelineStepCouldNotBeFound, targetName);
1137Context.LogError(null, DiagnosticId.PipelineStepCouldNotBeFound, targetName);
1149Context.LogError(null, DiagnosticId.CustomStepTypeIsIncompatibleWithLinkerVersion, stepType.ToString());
1186Context.LogError(null, DiagnosticId.CustomStepTypeCouldNotBeFound, type);
1202Context.LogError(null, DiagnosticId.CustomStepTypeCouldNotBeFound, type);
1208Context.LogError(null, DiagnosticId.CustomStepTypeIsIncompatibleWithLinkerVersion, type);
1257Context.LogError(null, DiagnosticId.InvalidAssemblyAction, s);
1275Context.LogError(null, DiagnosticId.InvalidAssemblyRootMode, s);
1288Context.LogError(null, DiagnosticId.InvalidWarningVersion, text);
1323Context.LogError(null, DiagnosticId.InvalidOptimizationValue, text);
1343Context.LogError(null, DiagnosticId.InvalidMetadataOption, text);
1388Context.LogError(null, DiagnosticId.InvalidArgumentForTokenOption, token);