Searched refs:SourceAction (Results 1 – 1 of 1) sorted by relevance
4047 const Action *SourceAction = &JA; in ConstructJob() local4048 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()4049 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()4050 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()4055 if (SourceAction->getType() == types::TY_Asm || in ConstructJob()4056 SourceAction->getType() == types::TY_PP_Asm) { in ConstructJob()4603 const Action *SourceAction = &JA; in ConstructJob() local4604 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()4605 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()4606 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()[all …]