Searched refs:SourceAction (Results 1 – 1 of 1) sorted by relevance
5938 const Action *SourceAction = &JA; in ConstructJob() local5939 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()5940 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()5941 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()5946 if (SourceAction->getType() == types::TY_Asm || in ConstructJob()5947 SourceAction->getType() == types::TY_PP_Asm) { in ConstructJob()6849 const Action *SourceAction = &JA; in ConstructJob() local6850 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()6851 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()6852 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()[all …]