Searched refs:SourceAction (Results 1 – 1 of 1) sorted by relevance
5088 const Action *SourceAction = &JA; in ConstructJob() local5089 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()5090 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()5091 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()5096 if (SourceAction->getType() == types::TY_Asm || in ConstructJob()5097 SourceAction->getType() == types::TY_PP_Asm) { in ConstructJob()5885 const Action *SourceAction = &JA; in ConstructJob() local5886 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()5887 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()5888 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()[all …]