Home | History | Annotate | Download | only in Driver

Lines Matching refs:Actions

318   // Construct the list of abstract actions to perform for this compilation. On
319 // Darwin target OSes this uses the driver-driver and universal actions.
429 // Construct the list of abstract actions to perform for this compilation. On
430 // Darwin OSes this uses the driver-driver and builds universal actions.
779 /// assembly actions.
794 ActionList &Actions) const {
795 llvm::PrettyStackTraceString CrashInfo("Building universal build actions");
865 Actions.append(Inputs.begin(), Inputs.end());
867 Actions.push_back(new LipoJobAction(Inputs, Act->getType()));
873 ContainsCompileOrAssembleAction(Actions.back())) {
881 Inputs.push_back(Actions.back());
882 Actions.pop_back();
883 Actions.push_back(new DsymutilJobAction(Inputs, types::TY_dSYM));
889 VerifyInputs.push_back(Actions.back());
890 Actions.pop_back();
891 Actions.push_back(new VerifyJobAction(VerifyInputs,
1024 const InputList &Inputs, ActionList &Actions) const {
1025 llvm::PrettyStackTraceString CrashInfo("Building compilation actions");
1040 // Construct the actions to perform.
1117 Actions.push_back(Current.take());
1122 Actions.push_back(new LinkJobAction(LinkerInputs, types::TY_Image));
1132 llvm::PrettyStackTraceString CrashInfo("Constructing phase actions");
1390 // ... except dsymutil actions, which use their actual input as the base
1446 // Dsymutil actions should use the full path.