Searched refs:SourceAction (Results 1 – 2 of 2) sorted by relevance
99 const Action *SourceAction = &JA; in ConstructJob() local100 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()101 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()102 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()117 if (SourceAction->getType() == types::TY_Asm || in ConstructJob()118 SourceAction->getType() == types::TY_PP_Asm) { in ConstructJob()
6556 const Action *SourceAction = &JA; in ConstructJob() local6557 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()6558 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()6559 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()6561 auto CUID = cast<InputAction>(SourceAction)->getId(); in ConstructJob()7386 const Action *SourceAction = &JA; in ConstructJob() local7387 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()7388 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()7389 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()7409 if (SourceAction->getType() == types::TY_Asm || in ConstructJob()[all …]