Searched refs:SourceAction (Results 1 – 1 of 1) sorted by relevance
6482 const Action *SourceAction = &JA; in ConstructJob() local6483 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()6484 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()6485 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()6504 if (SourceAction->getType() == types::TY_Asm || in ConstructJob()6505 SourceAction->getType() == types::TY_PP_Asm) { in ConstructJob()7476 const Action *SourceAction = &JA; in ConstructJob() local7477 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()7478 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()7479 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()[all …]