Searched refs:ConstructPhaseAction (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Driver.h | 638 Action *ConstructPhaseAction(
|
| /src/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 3330 CudaDeviceActions[I] = C.getDriver().ConstructPhaseAction( in getDeviceDependences() 3392 A = C.getDriver().ConstructPhaseAction(C, Args, CurPhase, A); in getDeviceDependences() 3521 BackendAction = C.getDriver().ConstructPhaseAction( in getDeviceDependences() 3524 auto AssembleAction = C.getDriver().ConstructPhaseAction( in getDeviceDependences() 3589 A = C.getDriver().ConstructPhaseAction(C, Args, CurPhase, A, in getDeviceDependences() 4091 ClangClPch = ConstructPhaseAction(C, Args, Phase, ClangClPch); in handleArguments() 4234 Action *NewCurrent = ConstructPhaseAction(C, Args, Phase, Current); in BuildActions() 4643 A = ConstructPhaseAction(C, Args, Phase, A, Kind); in BuildOffloadingActions() 4751 Action *Driver::ConstructPhaseAction( in ConstructPhaseAction() function in Driver
|