Home | History | Annotate | Download | only in ToolChains

Lines Matching refs:Outputs

6539   // Host-side cuda compilation receives all device-side outputs in a single
7573 // -outputs=input_file
7617 TCArgs.MakeArgString(Twine("-outputs=") + Output.getFilename()));
7647 Compilation &C, const JobAction &JA, const InputInfoList &Outputs,
7650 // The version with multiple outputs is expected to refer to a unbundling job.
7657 // -outputs=unbundle_file_host,unbundle_file_tgt1,unbundle_file_tgt2"
7696 UB += "-outputs=";
7697 for (unsigned I = 0; I < Outputs.size(); ++I) {
7700 UB += DepInfo[I].DependentToolChain->getInputFilename(Outputs[I]);
7710 CmdArgs, None, Outputs));