Searched refs:AssembleJobAction (Results 1 – 5 of 5) sorted by relevance
383 void AssembleJobAction::anchor() {} in anchor()385 AssembleJobAction::AssembleJobAction(Action *Input, types::ID OutputType) in AssembleJobAction() function in AssembleJobAction
2347 isa<AssembleJobAction>(A)) in ContainsCompileOrAssembleAction()3231 if (!isa<AssembleJobAction>(CudaDeviceActions[I]) || in getDeviceDependences()4648 return C.MakeAction<AssembleJobAction>(std::move(Input), types::TY_Object); in ConstructPhaseAction()4968 auto *AJ = dyn_cast<AssembleJobAction>(ActionInfo[0].JA); in combineAssembleBackendCompile()5006 auto *AJ = dyn_cast<AssembleJobAction>(ActionInfo[0].JA); in combineAssembleBackend()
494 class AssembleJobAction : public JobAction {498 AssembleJobAction(Action *Input, types::ID OutputType);
273 } else if (isa<AssembleJobAction>(JA)) { in ConstructJob()
4672 if (!isa<AssembleJobAction>(JA)) { in ConstructJob()4712 } else if (isa<AssembleJobAction>(JA)) { in ConstructJob()4836 (isa<BackendJobAction>(JA) || isa<AssembleJobAction>(JA))) { in ConstructJob()5548 if (isa<AssembleJobAction>(JA) || isa<CompileJobAction>(JA) || in ConstructJob()5586 (isa<AssembleJobAction>(JA) || isa<CompileJobAction>(JA) || in ConstructJob()