Searched refs:SourceAction (Results 1 – 2 of 2) sorted by relevance
113 const Action *SourceAction = &JA; in ConstructJob() local114 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()115 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()116 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()130 if (SourceAction->getType() == types::TY_Asm || in ConstructJob()131 SourceAction->getType() == types::TY_PP_Asm) { in ConstructJob()
7741 const Action *SourceAction = &JA; in ConstructJob() local7742 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()7743 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()7744 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()7746 auto CUID = cast<InputAction>(SourceAction)->getId(); in ConstructJob()8613 const Action *SourceAction = FindSource(&JA); in ConstructJob() local8656 if (SourceAction->getType() == types::TY_Asm || in ConstructJob()8657 SourceAction->getType() == types::TY_PP_Asm) { in ConstructJob()8801 if (SourceAction != FindSource(&J.getSource())) in ConstructJob()