Searched refs:SourceAction (Results 1 – 2 of 2) sorted by relevance
103 const Action *SourceAction = &JA; in ConstructJob() local104 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()105 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()106 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()121 if (SourceAction->getType() == types::TY_Asm || in ConstructJob()122 SourceAction->getType() == types::TY_PP_Asm) { in ConstructJob()
6607 const Action *SourceAction = &JA; in ConstructJob() local6608 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()6609 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()6610 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()6612 auto CUID = cast<InputAction>(SourceAction)->getId(); in ConstructJob()7441 const Action *SourceAction = &JA; in ConstructJob() local7442 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()7443 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()7444 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()7464 if (SourceAction->getType() == types::TY_Asm || in ConstructJob()[all …]