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()
7183 const Action *SourceAction = &JA; in ConstructJob() local7184 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()7185 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()7186 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()7188 auto CUID = cast<InputAction>(SourceAction)->getId(); in ConstructJob()8026 const Action *SourceAction = FindSource(&JA); in ConstructJob() local8042 if (SourceAction->getType() == types::TY_Asm || in ConstructJob()8043 SourceAction->getType() == types::TY_PP_Asm) { in ConstructJob()8168 if (SourceAction != FindSource(&J.getSource())) in ConstructJob()