Searched refs:SourceAction (Results 1 – 2 of 2) sorted by relevance
105 const Action *SourceAction = &JA; in ConstructJob() local106 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()107 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()108 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()122 if (SourceAction->getType() == types::TY_Asm || in ConstructJob()123 SourceAction->getType() == types::TY_PP_Asm) { in ConstructJob()
7029 const Action *SourceAction = &JA; in ConstructJob() local7030 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()7031 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()7032 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()7034 auto CUID = cast<InputAction>(SourceAction)->getId(); in ConstructJob()7921 const Action *SourceAction = FindSource(&JA); in ConstructJob() local7944 if (SourceAction->getType() == types::TY_Asm || in ConstructJob()7945 SourceAction->getType() == types::TY_PP_Asm) { in ConstructJob()8069 if (SourceAction != FindSource(&J.getSource())) in ConstructJob()