Home | History | Annotate | Download | only in Driver

Lines Matching refs:Result

337   // Otherwise, remove result files as well.
343 // This is ad-hoc, but we don't want to be excessively noisy. If the result
351 // FIXME: See FIXME above regarding result code interpretation.
1134 InputInfo &Result) const {
1144 Result = InputInfo(Name, A->getType(), Name);
1146 Result = InputInfo(&Input, A->getType(), "");
1158 AtTopLevel, LinkingOutput, Result);
1195 Result = InputInfo(A->getType(), BaseInput);
1197 Result = InputInfo(GetNamedOutputPath(C, *JA, BaseInput, AtTopLevel),
1209 llvm::errs() << "], output: " << Result.getAsString() << "\n";
1211 T.ConstructJob(C, *JA, Result, InputInfos,