Searched refs:ConstructPhaseAction (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Driver.h | 585 Action *ConstructPhaseAction(
|
| /llvm-project-15.0.7/clang/lib/Driver/ |
| H A D | Driver.cpp | 3094 CudaDeviceActions[I] = C.getDriver().ConstructPhaseAction( in getDeviceDependences() 3156 A = C.getDriver().ConstructPhaseAction(C, Args, CurPhase, A); in getDeviceDependences() 3259 BackendAction = C.getDriver().ConstructPhaseAction( in getDeviceDependences() 3262 auto AssembleAction = C.getDriver().ConstructPhaseAction( in getDeviceDependences() 3325 A = C.getDriver().ConstructPhaseAction(C, Args, CurPhase, A, in getDeviceDependences() 3448 A = C.getDriver().ConstructPhaseAction(C, Args, CurPhase, A); in getDeviceDependences() 3979 ClangClPch = ConstructPhaseAction(C, Args, Phase, ClangClPch); in handleArguments() 4135 Action *NewCurrent = ConstructPhaseAction(C, Args, Phase, Current); in BuildActions() 4462 A = ConstructPhaseAction(C, Args, Phase, A, Kind); in BuildOffloadingActions() 4540 Action *Driver::ConstructPhaseAction( in ConstructPhaseAction() function in Driver
|