Searched refs:SourceAction (Results 1 – 2 of 2) sorted by relevance
95 const Action *SourceAction = &JA; in ConstructJob() local96 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()97 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()98 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()113 if (SourceAction->getType() == types::TY_Asm || in ConstructJob()114 SourceAction->getType() == types::TY_PP_Asm) { in ConstructJob()
5918 const Action *SourceAction = &JA; in ConstructJob() local5919 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()5920 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()5921 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()5940 if (SourceAction->getType() == types::TY_Asm || in ConstructJob()5941 SourceAction->getType() == types::TY_PP_Asm) { in ConstructJob()